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() { /> +