Update src/app/menu/page.tsx

This commit is contained in:
2026-03-25 11:19:47 +00:00
parent 9714b86a5f
commit 48bb190bcf

View File

@@ -32,6 +32,10 @@ export default function MenuPage() {
animateOnLoad={true}
/>
</div>
<main className="flex min-h-screen flex-col items-center justify-center p-8 md:p-24">
<h1 className="text-4xl font-semibold mb-4">Our Delicious Menu</h1>
<p className="text-lg text-center max-w-2xl">Explore a wide array of authentic Italian dishes, crafted with the freshest ingredients.</p>
</main>
</ThemeProvider>
);
}