From 56effcb37164a02c46887e5941fc5a7458b0f4e7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:43:44 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bd1ca67..606bcec 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Car, DollarSign, Sparkles, Wrench } from "lucide-react"; +import { Car, DollarSign, Languages, Sparkles, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg" 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-seaside_23-2148618906.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171287.jpg", imageAlt: "Alex P.", }, ]} -- 2.49.1 From ba78a63ed22b01391ea9d1323a694d464cf62081 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:43:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b20ff4..33ffa5b 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg", imageAlt: "Mechanic performing diagnostics on a car", }, { @@ -160,6 +160,7 @@ export default function LandingPage() {