From 127cab634eea9c5ffbf296f292b6a8976c20b125 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 17:32:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61f374f..4b4ecc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,23 +130,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "Nashville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Martinez" + 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 Martinez" }, { id: "2", name: "Michael Johnson", role: "Property Manager", company: "Memphis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Michael Johnson" }, { id: "3", name: "Jennifer Davis", role: "Homeowner", company: "Knoxville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Jennifer Davis" + 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: "Jennifer Davis" }, { id: "4", name: "Robert Thompson", role: "Busy Professional", company: "Nashville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Robert Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Robert Thompson" }, { id: "5", name: "Patricia Wilson", role: "Elderly Homeowner", company: "Clarksville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Patricia Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3", imageAlt: "Patricia Wilson" }, { id: "6", name: "David Anderson", role: "Homeowner", company: "Franklin", rating: 5, -- 2.49.1