From 6cfa909aa128a8cf39a3628c520a3cd8f81512a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:12:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a238fa9..178e595 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,13 +130,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Margaret Thompson", handle: "@mthompson_garden", testimonial: "The staff at Pascarella helped me transform my backyard into a beautiful oasis. Their expertise and attention to detail are unmatched. I highly recommend their landscaping services!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Margaret Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Margaret Thompson"}, { id: "2", name: "David Martinez", handle: "@davidgardens", testimonial: "I've been a customer for over 10 years. The quality of their plants is consistently excellent, and the team always provides helpful advice. Best nursery in the area!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Martinez"}, { id: "3", name: "Jennifer Lee", handle: "@jlee_landscape", testimonial: "Pascarella's maintenance services have kept our property looking stunning. They're reliable, professional, and truly care about the health of your plants.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lee"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Lee"}, { id: "4", name: "Robert Chen", handle: "@rchen_plants", testimonial: "From helping me choose the right plants for my shade garden to providing ongoing care advice, Pascarella has been instrumental in my gardening success.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Robert Chen"}, -- 2.49.1