diff --git a/src/app/page.tsx b/src/app/page.tsx index 4022829..5a6b0ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,7 +195,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Johnson, homeowner" + id: "1", name: "Sarah Johnson", 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: "Sarah Johnson, homeowner" }, { id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg", imageAlt: "Michael Chen, satisfied customer" @@ -204,7 +204,7 @@ export default function LandingPage() { id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez, happy homeowner" }, { - id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "David Kim, verified customer" + id: "4", name: "David Kim", 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: "David Kim, verified customer" } ]} className="py-16 lg:py-24 bg-accent/5"