From 963b0b46b559e6811a28dac2be293cab41bf15fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:56:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a55c374..fd92d44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,16 +128,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Eden Prairie, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-sweater-autumn-park_1303-11368.jpg?id=3389560", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Farmington Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Jennifer Martinez", role: "Homeowner", company: "Countryside, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=3", imageAlt: "Jennifer Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautifull-caucasian-woman-with-curly-hair-smiles-isolated_132075-7608.jpg?id=12072689", imageAlt: "Jennifer Martinez"}, { id: "4", name: "David Thompson", role: "Business Owner", company: "Twin Cities Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=4", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/premium-photo/handsome-man-using-smartphone-living-room_13339-178427.jpg?id=1802012", imageAlt: "David Thompson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1