Fix the topnav for more responsiveness

This commit is contained in:
2026-02-05 17:05:49 +01:00
parent 6ff04f321d
commit dd0c87167c
5 changed files with 270 additions and 36 deletions

View File

@ -0,0 +1,13 @@
import UnderConstruction from "@/components/global/UnderConstruction";
export default function MiniaturesPage() {
return (
<div className="mx-auto w-full max-w-6xl px-4 py-10">
<UnderConstruction
title="Warhammer Miniatures"
subtitle="This page is getting ready for its big debut."
note="Im curating attacks, revenges, and progress shots — check back soon."
/>
</div>
);
}