Update src/app/menu/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user