Update src/app/page.tsx
This commit is contained in:
@@ -135,6 +135,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", name: "Nachos", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg"},
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "/menu" }]}
|
||||
title="Popular Bites"
|
||||
description="Hand-picked favorites from our European kitchen."
|
||||
/>
|
||||
@@ -246,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user