From e81afc8817d7f59657fbc5a16b059b9e5ec805a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:00:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80f3419..8b941d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, DollarSign, Home, MapPin, Users } from "lucide-react"; +import { Award, DollarSign, Home, MapPin, Users, Key, BarChart, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -135,13 +135,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Exclusive Property Access", description: "Gain privileged access to off-market listings and a portfolio of the finest luxury homes not available to the general public.", buttonIcon: "Key", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-investment-concept_53876-133709.jpg", imageAlt: "luxury home search interface online"}, + title: "Exclusive Property Access", description: "Gain privileged access to off-market listings and a portfolio of the finest luxury homes not available to the general public.", buttonIcon: Key, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-property-investment-concept_53876-133709.jpg", imageAlt: "luxury home search interface online"}, { - title: "Personalized Market Insights", description: "Receive in-depth market analysis and strategic advice, empowering you to make informed decisions in a dynamic landscape.", buttonIcon: "BarChart", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg", imageAlt: "luxury home search interface online"}, + title: "Personalized Market Insights", description: "Receive in-depth market analysis and strategic advice, empowering you to make informed decisions in a dynamic landscape.", buttonIcon: BarChart, imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg", imageAlt: "luxury home search interface online"}, { - title: "Concierge-Level Support", description: "From legal assistance to interior design, our network of trusted partners provides comprehensive support every step of the way.", buttonIcon: "Award", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg", imageAlt: "luxury home search interface online"}, + title: "Concierge-Level Support", description: "From legal assistance to interior design, our network of trusted partners provides comprehensive support every step of the way.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-dining-room-with-plants-fireplace_181624-3590.jpg", imageAlt: "luxury home search interface online"}, { - title: "Seamless Transaction Management", description: "We meticulously manage every detail of your sale or purchase, ensuring a smooth, efficient, and stress-free closing process.", buttonIcon: "CheckCircle", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976554.jpg", imageAlt: "luxury home search interface online"}, + title: "Seamless Transaction Management", description: "We meticulously manage every detail of your sale or purchase, ensuring a smooth, efficient, and stress-free closing process.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976554.jpg", imageAlt: "luxury home search interface online"}, ]} title="Our Premier Services" description="Experience a curated suite of services designed to navigate the complexities of luxury real estate with ease and confidence."