From bab42692ae1a9d9cea354fa94ed606f872537d92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:10:12 +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 d9bb261..e5b33d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,10 +111,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah MacLeod", role: "Local Family", company: "Annapolis Valley", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg", imageAlt: "Sarah MacLeod testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg?_wi=1", imageAlt: "Sarah MacLeod testimonial"}, { id: "2", name: "David Chen", role: "Returning Visitor", company: "Apple Season Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980224.jpg", imageAlt: "David Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980224.jpg?_wi=1", imageAlt: "David Chen testimonial"}, { id: "3", name: "Jennifer Murphy", role: "Community Member", company: "Woodville Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg", imageAlt: "Jennifer Murphy testimonial"}, @@ -123,10 +123,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-standing-together-plant-nursery-looking-camera_637285-1689.jpg", imageAlt: "Robert and Patricia Walsh testimonial"}, { id: "5", name: "Michelle Boutilier", role: "Event Host", company: "BBQ Organizer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg", imageAlt: "Michelle Boutilier testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg?_wi=2", imageAlt: "Michelle Boutilier testimonial"}, { id: "6", name: "Thomas Wright", role: "Wholesale Partner", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980224.jpg", imageAlt: "Thomas Wright testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980224.jpg?_wi=2", imageAlt: "Thomas Wright testimonial"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1