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() {