From 22e1ce4530b4d147f8c6308d7d324a3544b65c86 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:00:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c2534e..544d562 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "The Unseen", id: "unseen" }, { name: "Membership", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Get in Touch", id: "contact" } ]} brandName="UZ Hidden Gems" button={{ text: "Book Now", href: "#pricing" }} @@ -122,10 +122,9 @@ export default function LandingPage() {
@@ -144,4 +149,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1