From 9052ccaf9ee99ffbac7efc5eef3f6f278a079b32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 20:00:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a88d8fd..05dbe33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Reserve Table", href: "contact" + text: "Reserve Table", href: "#contact" }} /> @@ -52,8 +52,8 @@ export default function LandingPage() { tagIcon={Flame} background={{ variant: "plain" }} buttons={[ - { text: "Reserve Now", href: "contact" }, - { text: "View Menu", href: "cuts" } + { text: "Reserve Now", href: "#contact" }, + { text: "View Menu", href: "#cuts" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -214,6 +214,7 @@ export default function LandingPage() { tagIcon={Calendar} buttons={[{ text: "Reserve Table", href: "#contact" }]} useInvertedBackground={true} + background={{ variant: "plain" }} /> @@ -222,8 +223,8 @@ export default function LandingPage() { bottomLeftText="© 2024 Kuro Gyu Premium Steakhouse." bottomRightText="All rights reserved." columns={[ - { title: "Dining", items: [{ label: "Menu", href: "#" }, { label: "Reservations", href: "#" }] }, - { title: "Experience", items: [{ label: "About", href: "#" }, { label: "Team", href: "#" }] } + { title: "Dining", items: [{ label: "Menu", href: "#cuts" }, { label: "Reservations", href: "#contact" }] }, + { title: "Experience", items: [{ label: "About", href: "#about" }, { label: "Team", href: "#team" }] } ]} /> -- 2.49.1