From 7e10435fc685a2deabf726dff8bb86d628397460 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 30 Jan 2026 10:05:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 +++++------------------------------------ 1 file changed, 5 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0d6abe..95c41da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Reserve Table", href: "contact" + text: "Reserve Table", href: "/contact" }} brandName="Hot" /> @@ -48,7 +48,7 @@ export default function LandingPage() { description="Premium hookah lounge experience with handcrafted flavors and luxurious ambiance" buttons={[ { text: "Explore Menu", href: "products" }, - { text: "Reserve Now", href: "contact" } + { text: "Reserve Now", href: "/contact" } ]} slides={[ { @@ -78,7 +78,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Learn Our Story", href: "#" }, - { text: "Visit Us Today", href: "contact" } + { text: "Visit Us Today", href: "/contact" } ]} useInvertedBackground="noInvert" /> @@ -197,37 +197,6 @@ export default function LandingPage() { /> -
- -
- ); -} \ No newline at end of file +}