diff --git a/src/app/page.tsx b/src/app/page.tsx index 3518829..7fb71ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,8 +121,8 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell - homeowner testimonial" }, { id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "James Rodriguez - satisfied customer" }, - { id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Emily Chen - property owner review" }, - { id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Michael Thompson - homeowner feedback" }, + { id: "3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Emily Chen - property owner review" }, + { id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Michael Thompson - homeowner feedback" }, { id: "5", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151065041.jpg", imageAlt: "Jennifer Walsh - residential customer" }, { id: "6", name: "David Anderson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageAlt: "David Anderson - commercial client" } ]}