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" } ]