From 0515f174ce9368078616048e51b3f0c14361e340 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 22:54:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f210a3..8fb8182 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Schedule Consultation", href: "contact" }} + button={{ text: "Schedule Consultation", href: "#contact" }} /> @@ -50,8 +50,8 @@ export default function LandingPage() { tag="Premium Collections" tagIcon={Sparkles} buttons={[ - { text: "Explore Properties", href: "properties" }, - { text: "Contact Agent", href: "contact" } + { text: "Explore Properties", href: "#properties" }, + { text: "Contact Agent", href: "#contact" } ]} mediaItems={[ { @@ -86,7 +86,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" buttons={[ - { text: "See all properties", href: "/properties" } + { text: "See all properties", href: "#properties" } ]} products={[ { @@ -112,7 +112,7 @@ export default function LandingPage() { imageAlt="Luxe Properties Dubai team" useInvertedBackground={false} buttons={[ - { text: "Learn Our Story", href: "#" } + { text: "Learn Our Story", href: "#about" } ]} /> @@ -244,7 +244,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttons={[ - { text: "Schedule Consultation", href: "#" }, + { text: "Schedule Consultation", href: "#contact" }, { text: "Learn More", href: "#about" } ]} /> @@ -290,4 +290,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file