From 144a8b14750dca9b654ddeb8e37b8d48a5155d7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:27:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b54936..e7bad36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,10 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Offerings", id: "offerings" }, - { name: "Stories", id: "stories" }, - { name: "Visit", id: "visit" } + { name: "Stories", id: "testimonials" }, + { name: "Visit", id: "contact" } ]} - button={{ text: "Reserve a Table", href: "#visit" }} + button={{ text: "Reserve a Table", href: "#contact" }} animateOnLoad={true} className="backdrop-blur-md" navItemClassName="text-sm font-medium" @@ -48,13 +48,13 @@ export default function LandingPage() {