diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cca159..8a8e1c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Reviews", id: "reviews"}, { - name: "Reserve", id: "reserve"}, + name: "Reserve", id: "/reserve"}, ]} brandName="" /> @@ -51,7 +51,7 @@ export default function LandingPage() { description="Experience the timeless elegance of traditional Indian cuisine, reimagined for the modern palate." buttons={[ { - text: "Reserve a Table", href: "#contact"}, + text: "Reserve a Table", href: "/reserve"}, ]} carouselItems={[ { @@ -160,7 +160,7 @@ export default function LandingPage() { text="Join us for an unforgettable evening. Located at Jatheri Rd, Sector 35, Sonipat, Haryana 131001. Open 5pm-11pm." buttons={[ { - text: "Reserve Now", href: "tel:+1234567890"}, + text: "Reserve Now", href: "/reserve"}, { text: "Order via Swiggy", href: "https://swiggy.com"}, ]} @@ -174,11 +174,11 @@ export default function LandingPage() { { title: "Navigation", items: [ { - label: "About", href: "#about"}, + label: "About", href: "/#about"}, { - label: "Menu", href: "#menu"}, + label: "Menu", href: "/#menu"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/#contact"}, ], }, {