From 6d4042d9f0daafae222a9914f4c70d560dc49e12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:47:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 49 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6201ee3..c1da838 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,10 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import Link from 'next/link'; -import { Home, Star, Sparkles, Heart, CheckCircle, BriefcaseConvex, Paintbrush2 } from 'lucide-react'; +import { Home, Star, Sparkles, Heart, CheckCircle, Briefcase, Paintbrush2, Users, Mail } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -158,7 +160,7 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Expert Property Consultation", description: "Personalized guidance from certified luxury real estate specialists with decades of combined experience in high-end markets.", icon: BriefcaseConvex, + title: "Expert Property Consultation", description: "Personalized guidance from certified luxury real estate specialists with decades of combined experience in high-end markets.", icon: Briefcase, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg", imageAlt: "Real estate expert consultation" @@ -252,6 +254,49 @@ export default function HomePage() { /> +
+ +
+ +
+ +
+