From 6b978302e07cac840ef25ceaa755d89919fb4b71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:35:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c8e0dd..5d22bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,10 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Reservations", id: "reservations" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Reserve Now", href: "#reservations" }} + button={{ text: "Reserve Now", href: "#contact" }} /> @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Reserve a Table", href: "#reservations" }, + { text: "Reserve a Table", href: "#contact" }, { text: "Explore Menu", href: "#menu" } ]} buttonAnimation="blur-reveal" @@ -188,7 +188,7 @@ export default function LandingPage() { { title: "Hours", items: [ { label: "Daily: 8 AM – 9 PM", href: "#" }, - { label: "Reservations Accepted", href: "#reservations" }, + { label: "Reservations Accepted", href: "#contact" }, { label: "Call: +976 8891 9294", href: "tel:+97688919294" } ] }, @@ -203,7 +203,7 @@ export default function LandingPage() { { title: "Dining", items: [ { label: "Family-Friendly", href: "#features" }, - { label: "Group Gatherings", href: "#reservations" }, + { label: "Group Gatherings", href: "#contact" }, { label: "Special Events", href: "#contact" }, { label: "About Us", href: "#about" } ] -- 2.49.1