diff --git a/src/app/page.tsx b/src/app/page.tsx index 27ba501..319cf36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ 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 { Sparkles, Crown, Award, Gem, Users, TrendingUp, Star, Calendar } from 'lucide-react'; +import { Sparkles, Crown, Award, Gem, Users, TrendingUp, Star, Calendar, Home, DollarSign } from 'lucide-react'; export default function LandingPage() { return ( @@ -53,7 +53,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg", imageAlt: "Modern luxury home with stunning architecture" }, { imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg", imageAlt: "Elegant mansion interior with designer furnishings" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-house-with-pool-lush-greenery_23-2152008205.jpg", imageAlt: "Contemporary villa with infinity pool and ocean views" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Luxury penthouse with panoramic city skyline" }, + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxury penthouse with panoramic city skyline" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Beachfront estate with resort-style amenities" } ]} mediaAnimation="slide-up" @@ -77,7 +77,7 @@ export default function LandingPage() { id: "1", name: "Contemporary Waterfront Villa", price: "$4,500,000", variant: "5 Beds 3 Baths 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "Luxury waterfront villa" }, { - id: "2", name: "Downtown Luxury Penthouse", price: "$3,200,000", variant: "4 Beds 3 Baths 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Downtown penthouse with city views" + id: "2", name: "Downtown Luxury Penthouse", price: "$3,200,000", variant: "4 Beds 3 Baths 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Downtown penthouse with city views" }, { id: "3", name: "Classical Estate Manor", price: "$5,800,000", variant: "7 Beds 5 Baths 12,400 sqft", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-beautiful-couple-bride-groom-against-white-castle_8353-5884.jpg", imageAlt: "Classical estate manor on expansive grounds" @@ -151,10 +151,10 @@ export default function LandingPage() { id: "1", name: "Alexandra Morgan", role: "Principal Broker", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg", imageAlt: "Alexandra Morgan" }, { - id: "2", name: "James Richardson", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1", imageAlt: "James Richardson" + id: "2", name: "James Richardson", role: "Senior Agent", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "James Richardson" }, { - id: "3", name: "Victoria Chen", role: "Market Specialist", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2", imageAlt: "Victoria Chen" + id: "3", name: "Victoria Chen", role: "Market Specialist", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Victoria Chen" }, { id: "4", name: "Marcus Williams", role: "Investment Advisor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Marcus Williams" @@ -175,13 +175,12 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" metrics={[ - { id: "1", icon: Gem, title: "Properties Sold", value: "500+" }, - { id: "2", icon: TrendingUp, title: "Sales Volume", value: "$2.5B+" }, + { id: "1", icon: Home, title: "Properties Sold", value: "500+" }, + { id: "2", icon: DollarSign, title: "Sales Volume", value: "$2.5B+" }, { id: "3", icon: Users, title: "Satisfied Clients", value: "1,200+" }, { id: "4", icon: Award, title: "Industry Awards", value: "25+" } ]} textboxLayout="default" - gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} />