From 516d5b327807666832e34f4508c24f3c2b15b940 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 09:25:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d84bdcc..176dc3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,10 +58,10 @@ export default function LandscapingPage() { testimonials={[ { name: "Mark J.", handle: "Homeowner", testimonial: "C'est Dou turned our messy yard into a paradise. Fast, professional, and very affordable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1"}, { name: "Elena V.", handle: "Business Owner", testimonial: "They maintain our office property year-round with incredible attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"} ]} /> @@ -136,8 +136,8 @@ export default function LandscapingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" }, - { id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, + { id: "1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2" }, + { id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2" }, { id: "3", name: "John S.", imageSrc: "http://img.b2bpic.net/free-photo/event-smiling-man-hugging-happy-wife-showing-new-keys-camera_259150-58347.jpg" }, ]} /> -- 2.49.1