From 70ac2347fc1b0582cb26275e8ba0cea074bcd93e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:34:30 +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 a69ae43..36d9835 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@client1", testimonial: "Yoni's crew was always on time, easy to work with, and did a fantastic job. I highly recommend Yoni.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1", }, { name: "Mark Stevens", handle: "@m_stevens", testimonial: "Professional, clean, and delivered exactly what we discussed. Top-tier work in every regard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2", }, { name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The communication was excellent. Never felt in the dark about our renovation project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3", }, { name: "David Miller", handle: "@dmiller", testimonial: "Exceptional craftsmanship. They treated our commercial space with complete respect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4", }, { name: "Elena Rodriguez", handle: "@erod", testimonial: "Fastest bid-to-start time I've ever experienced. Highly efficient team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=5", }, ]} buttons={[ @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Yoni was in charge of our project. His crew was always on time, easy to work with, and did a fantastic job.", name: "Client A", role: "Property Owner", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=6", }, { id: "2", @@ -201,7 +201,7 @@ export default function LandingPage() { quote: "We showed him a picture of a deck we loved. He had his bid to us within a couple of days. Highly recommended.", name: "Client B", role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=7", }, { id: "3", @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "The team at Henriquez is easy to work with and delivers high-quality craftsmanship every time.", name: "Client C", role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=8", }, { id: "4", @@ -217,7 +217,7 @@ export default function LandingPage() { quote: "Start to finish, Yoni made the process stress-free and handled everything with professional care.", name: "Client D", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=9", }, { id: "5", @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "I appreciate the attention to detail. Yoni and his team are simply the best in the business.", name: "Client E", role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=10", }, ]} title="Client Success Stories" -- 2.49.1