diff --git a/src/app/page.tsx b/src/app/page.tsx index 62a7a7b..d2e74f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,27 +103,27 @@ export default function LandingPage() { title: "Strict Compliance", description: "We stay ahead of Florida's real estate laws and regulations to ensure your deal is watertight.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg", imageAlt: "Compliance and legal certainty"}, + imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg?_wi=1", imageAlt: "Compliance and legal certainty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg", imageAlt: "Professional real estate standards"}, + imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg?_wi=1", imageAlt: "Professional real estate standards"}, ], }, { title: "Maximum Value", description: "Strategic suggestions and marketing that enhances your property's appeal to attract serious buyers.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg", imageAlt: "Property valuation expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg?_wi=2", imageAlt: "Property valuation expertise"}, { - imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg", imageAlt: "Market analysis and strategy"}, + imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg?_wi=2", imageAlt: "Market analysis and strategy"}, ], }, { title: "Proactive Communication", description: "You'll never be left guessing. We provide detailed updates and attention at every stage.", icon: MessageCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg", imageAlt: "Transparent client communication"}, + imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg?_wi=3", imageAlt: "Transparent client communication"}, { - imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg", imageAlt: "Ongoing support and updates"}, + imageSrc: "http://img.b2bpic.net/free-photo/san-juan-sunrise-with-colorful-cloud-buildings-beach-coastline_649448-2724.jpg?_wi=3", imageAlt: "Ongoing support and updates"}, ], }, ]}