diff --git a/src/app/page.tsx b/src/app/page.tsx index 003570d..42b8a7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/executives-having-fun-while-working_1098-2208.jpg", imageAlt: "Professional service team at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-learning-language_23-2149300738.jpg", imageAlt: "Expert technician delivering quality service"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-learning-language_23-2149300738.jpg?_wi=1", imageAlt: "Expert technician delivering quality service"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-metal-workers-cooperating-with-their-manager-while-reading-reports-industrial-building_637285-4758.jpg", imageAlt: "Quality workmanship in action"}, ]} @@ -75,7 +75,7 @@ export default function LandingPage() { { value: "500+", title: "Happy Customers" }, { value: "98%", title: "Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-learning-language_23-2149300738.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-learning-language_23-2149300738.jpg?_wi=2" imageAlt="Professional team delivering exceptional service" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -130,22 +130,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Suburbs District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Commercial Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Thompson", role: "Home Renovator", company: "Riverside Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Thompson"}, { id: "5", name: "Jessica Martinez", role: "Facility Director", company: "Tech Campus", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Jessica Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Jessica Martinez"}, { id: "6", name: "Robert Williams", role: "Contractor", company: "Build & Restore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Robert Williams"}, ]} />