From f7165e65c99992560ebac54e994645fc04c0a4be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 23:13:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7096351..c300494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=1" imageAlt="Professional mechanic shop" mediaAnimation="opacity" /> @@ -100,12 +100,12 @@ export default function LandingPage() { title: "General Repairs", description: "Minor fixes and major mechanical work with diagnostic precision.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=4", imageAlt: "professional mechanic garage interior", }, { @@ -113,12 +113,12 @@ export default function LandingPage() { title: "Brakes & Suspension", description: "Full inspection, pad and rotor replacements for your safety.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=5", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=6", }, - imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg?_wi=1", imageAlt: "legacy family owned business mechanic", }, { @@ -126,10 +126,10 @@ export default function LandingPage() { title: "Engine & Transmission", description: "Complex repairs handled with aerospace-level expertise.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=7", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=8", }, imageSrc: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg", imageAlt: "happy car owner portrait", @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "Precision work every single time. My go-to garage.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171235.jpg?_wi=9", imageAlt: "professional mechanic garage interior", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "They've kept my truck running for 15 years. Honest and reliable family business.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg?_wi=2", imageAlt: "legacy family owned business mechanic", }, ]} @@ -216,7 +216,7 @@ export default function LandingPage() { tag="Visit Us" title="Book Your Service" description="Call us or send a request to get your vehicle scheduled." - imageSrc="http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376974.jpg?_wi=3" mediaAnimation="slide-up" buttonText="Send Request" /> -- 2.49.1