diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 606bcec..17ba425 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=1" 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=1", 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=1", 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=1", 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=1", 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=1", imageAlt: "Alex P.", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ffa5b..7704e33 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=2", imageAlt: "Mechanic performing diagnostics on a car", }, { @@ -187,7 +187,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=2", }, { id: "2", @@ -195,7 +195,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=2", }, { id: "3", @@ -203,7 +203,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=2", }, { id: "4", @@ -211,7 +211,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=2", }, { id: "5", @@ -219,7 +219,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=2", }, ]} title="Hear From Our Satisfied Customers"