diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e4713d..94edfaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Menu", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonial" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Menu Page", id: "/menu" } ]} button={{ text: "Reserve Now", href: "https://www.opentable.com" @@ -98,7 +99,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" buttons={[ - { text: "View Full Menu", href: "#" } + { text: "View Full Menu", href: "/menu" } ]} buttonAnimation="slide-up" /> @@ -201,4 +202,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}