This commit is contained in:
2025-11-18 06:19:26 +09:00
parent e574caa7ce
commit 0452ca2c28
16 changed files with 1012 additions and 219 deletions

12
src/app/menu/page.tsx Normal file
View File

@@ -0,0 +1,12 @@
export default function MenuPage() {
return (
<main className="mx-auto w-full max-w-[1440px] px-8 py-8">
<h1 className="text-[24px] font-bold leading-[1.5] text-[#1b2027]"> </h1>
<p className="mt-6 text-[16px] leading-[1.5] text-[#4c5561]">
.
</p>
</main>
);
}