From 9ce509a175f530f726e2dfbe988443609cf7a00b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:47:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++-------------------------------- 1 file changed, 22 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae69c57..977f310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; export default function LandingPage() { @@ -30,18 +29,17 @@ export default function LandingPage() { > @@ -53,8 +51,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={[ { @@ -89,7 +87,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={[ { @@ -117,7 +115,7 @@ export default function LandingPage() { imageAlt="Luxe Properties Dubai team" useInvertedBackground={false} buttons={[ - { text: "Learn Our Story", href: "#about" } + { text: "Learn Our Story", href: "#" } ]} /> @@ -240,26 +238,6 @@ export default function LandingPage() { /> -
- -
-
@@ -279,26 +257,20 @@ export default function LandingPage() {