From 8368a3b633de07ce4826352e6c8d88a40c1c6249 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2428f58..3afa5eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Menu", id: "products" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Reserve Table", href: "#contact" }} + button={{ text: "Reserve Table", href: "/reserve-table" }} animateOnLoad={true} /> @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Utensils} tagAnimation="slide-up" buttons={[ - { text: "Reserve Now", href: "#contact" }, + { text: "Reserve Now", href: "/reserve-table" }, { text: "View Menu", href: "#products" } ]} buttonAnimation="slide-up" @@ -77,7 +77,7 @@ export default function LandingPage() { tagIcon={Flame} tagAnimation="slide-up" buttons={[ - { text: "Full Menu", href: "#contact" } + { text: "Full Menu", href: "/reserve-table" } ]} buttonAnimation="slide-up" textboxLayout="default"