From 2da52499ad917aa6f190e02145961c00d77155ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 00:49:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a485329..8b81a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "@client", testimonial: "An absolute pleasure working with Deltacon. Phil was very personable, great with communication, and had amazing design ideas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg?_wi=1", }, { name: "Susanne Wakeham", handle: "@homeowner", testimonial: "The team was professional and the quality of work was outstanding. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg?_wi=1", }, { name: "Geneva O'Connell", handle: "@business", testimonial: "Efficient and reliable. They handled our commercial renovation with ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg?_wi=1", }, { name: "Mark Thompson", handle: "@homeowner", testimonial: "Great attention to detail and kept the job site clean throughout the project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg?_wi=1", }, { name: "Sarah Jenkins", handle: "@client", testimonial: "Transformed our kitchen beautifully. Exceeded all our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg?_wi=2", }, ]} buttons={[ @@ -198,35 +198,35 @@ export default function LandingPage() { name: "Kendall Borek", handle: "Homeowner", testimonial: "An absolute pleasure working with Deltacon. Phil was very personable, great with communication, and had amazing design ideas.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149739347.jpg?_wi=3", }, { id: "2", name: "Susanne Wakeham", handle: "Homeowner", testimonial: "From start to finish, the team showed exceptional craftsmanship and professionalism.", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg?_wi=2", }, { id: "3", name: "Geneva O'Connell", handle: "Business Owner", testimonial: "Always professional, efficient, and high-quality results. I highly recommend them.", - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12830.jpg?_wi=2", }, { id: "4", name: "Happy Client", handle: "Homeowner", testimonial: "Highly professional and delivered quality results, we are extremely happy.", - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg?_wi=2", }, { id: "5", name: "David Miller", handle: "Homeowner", testimonial: "Deltacon did a fantastic job on our deck renovation. Very solid work.", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-house_1187-3154.jpg?_wi=3", }, ]} title="5-Star Reviews From Real Clients" -- 2.49.1