Fix the topnav for more responsiveness
This commit is contained in:
13
src/app/(normal)/miniatures/page.tsx
Normal file
13
src/app/(normal)/miniatures/page.tsx
Normal 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="I’m curating attacks, revenges, and progress shots — check back soon."
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user