From f47f4458717babd8bf9da5cf46b1a595f84ab7cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:46:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +}