From 115bbf657dd803e991d4a0ee62f9508bb711c3ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:08:10 +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 4eb239e..34ff470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@commercial-owner", testimonial: "Fantastic work on our warehouse parking lot. Professional and fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=1", }, { name: "Sarah J.", handle: "@property-manager", testimonial: "US PAVE delivered on time and within budget. High quality finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-office-workers-working-with-laptop_171337-5836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-office-workers-working-with-laptop_171337-5836.jpg?_wi=1", }, { name: "Robert B.", handle: "@homeowner", testimonial: "Best paving contractor in Fort Lauderdale. Reliable and honest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", }, { name: "Kevin L.", handle: "@ho-president", testimonial: "Transformed our community streets. Excellent communication.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=1", }, { name: "Lisa M.", handle: "@facility-manager", testimonial: "The attention to detail on our striping was incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019505.jpg?_wi=1", }, ]} buttons={[ @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "Professional, fast, and high quality.", name: "Sarah J.", role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg?_wi=2", }, { id: "2", @@ -290,7 +290,7 @@ export default function LandingPage() { quote: "The team at US PAVE exceeded our expectations.", name: "Kevin L.", role: "HOA Board", - imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-office-workers-working-with-laptop_171337-5836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-office-workers-working-with-laptop_171337-5836.jpg?_wi=2", }, { id: "3", @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "Veteran-owned business that does it right.", name: "Robert B.", role: "Owner", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", }, { id: "4", @@ -306,7 +306,7 @@ export default function LandingPage() { quote: "Great communication from start to finish.", name: "Lisa M.", role: "Commercial Manager", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2", }, { id: "5", @@ -314,7 +314,7 @@ export default function LandingPage() { quote: "They kept the project moving efficiently.", name: "Mike S.", role: "Site Manager", - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019505.jpg?_wi=2", }, ]} title="Client Success Stories" -- 2.49.1