From c9fab46b9223461fc6c8e9d9197fb17d7950c93f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:07:42 +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 6a86b41..683f91f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,22 +58,22 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg", imageAlt: "Professional car repair service" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg?_wi=1", imageAlt: "Professional car repair service" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Engine maintenance service" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg?_wi=1", imageAlt: "Engine maintenance service" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg", imageAlt: "Brake system repair" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg?_wi=1", imageAlt: "Brake system repair" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg", imageAlt: "Transmission service" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg?_wi=1", imageAlt: "Transmission service" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg", imageAlt: "Professional workshop" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg?_wi=1", imageAlt: "Professional workshop" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg", imageAlt: "Automotive repair facility" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11828.jpg?_wi=2", imageAlt: "Automotive repair facility" }, ]} autoPlay={true} @@ -91,7 +91,7 @@ export default function LandingPage() { { value: "4.5★", title: "Customer Rating" }, { value: "100%", title: "Satisfaction Guaranteed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-mid-adult-car-mechanic-examining-stock-tires-auto-repair-shop_637285-7534.jpg?_wi=2" imageAlt="P.C Top Service Workshop" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -109,7 +109,7 @@ export default function LandingPage() { { id: "1", title: "Engine Diagnostics & Repair", description: "Complete engine diagnostics using state-of-the-art equipment. We diagnose and repair all engine-related issues efficiently and cost-effectively.", reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Engine repair service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg?_wi=2", imageAlt: "Engine repair service" }, items: [ { icon: CheckCircle, text: "Advanced diagnostic scanning" }, @@ -120,7 +120,7 @@ export default function LandingPage() { { id: "2", title: "Brake System Service", description: "Your safety is our priority. We provide comprehensive brake inspection, repair, and replacement services to ensure your vehicle stops safely.", reverse: true, media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg", imageAlt: "Brake system repair" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg?_wi=2", imageAlt: "Brake system repair" }, items: [ { icon: CheckCircle, text: "Brake pad & rotor replacement" }, @@ -131,7 +131,7 @@ export default function LandingPage() { { id: "3", title: "Transmission & Gearbox", description: "Expert transmission repair and maintenance. We handle automatic, manual, and CVT transmissions with precision and expertise.", reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg", imageAlt: "Transmission service" + imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16587.jpg?_wi=2", imageAlt: "Transmission service" }, items: [ { icon: CheckCircle, text: "Transmission diagnostics" }, -- 2.49.1