diff --git a/src/app/page.tsx b/src/app/page.tsx index 918893e..84420da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, + { name: "Products", id: "products" }, { name: "Menu", id: "menu" }, { name: "Reserve", id: "reserve" }, ]} @@ -46,7 +47,7 @@ export default function LandingPage() { description="Curated Vibes. Exquisite Flavours." buttons={[ { text: "Reserve a Table", href: "#reserve" }, - { text: "Explore Menu", href: "#menu" }, + { text: "Explore Products", href: "/products" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D7Du6rFtKxuLYPKgJzphz8mrPQ/uploaded-1777631156096-mhomeoez.jpg" avatars={[ @@ -77,21 +78,6 @@ export default function LandingPage() { /> -