From cdd66f731dc2ab5d751302fcb2051ebb5d4439ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:43:20 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4f258e5..bd1ca67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { title: "Satisfaction Rate", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg?_wi=2" imageAlt="mechanic checking car engine outdoors" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -131,7 +131,7 @@ export default function LandingPage() { handle: "@JohnD_Miami", testimonial: "Rogelio saved my day! My car broke down on the side of the road, and he arrived quickly, fixed it on the spot, and was incredibly professional. Highly recommend his mobile service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg?_wi=2", imageAlt: "John D.", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { handle: "@MariaS_FL", testimonial: "Fast, honest, and reliable. Got my brakes done in my driveway. The convenience is unbeatable, and the price was fair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg?_wi=2", imageAlt: "Maria S.", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { handle: "@DL_Auto", testimonial: "Excellent service! Rogelio is very knowledgeable and explained everything clearly. My go-to mechanic now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2", imageAlt: "David L.", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { handle: "@Sofia_SoFlo", testimonial: "I appreciate the bilingual service. It made discussing the issue much easier. My car runs perfectly now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "Sofia R.", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { handle: "@AlexP_Cars", testimonial: "Professional and courteous. They diagnosed a tricky electrical problem that other shops missed. Impressed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=2", imageAlt: "Alex P.", }, ]} -- 2.49.1 From 7932a234572caf0f615a834df300ae121b8f0fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:43:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d363de7..1b20ff4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg?_wi=1", imageAlt: "Mechanic performing diagnostics on a car", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { role: "Local Resident", company: "Miami", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg?_wi=1", }, { id: "2", @@ -194,7 +194,7 @@ export default function LandingPage() { role: "Small Business Owner", company: "Fort Lauderdale", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg?_wi=1", }, { id: "3", @@ -202,7 +202,7 @@ export default function LandingPage() { role: "Delivery Driver", company: "West Palm Beach", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=1", }, { id: "4", @@ -210,7 +210,7 @@ export default function LandingPage() { role: "Student", company: "Boca Raton", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", }, { id: "5", @@ -218,7 +218,7 @@ export default function LandingPage() { role: "Retired Veteran", company: "Hollywood", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg?_wi=1", }, ]} title="Hear From Our Satisfied Customers" -- 2.49.1