From 6734ea2c8ec36851ac62e31366f3176cea01b271 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:25:55 +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 0ec92a3..76e39b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,11 @@ export default function LandingPage() { { text: "Schedule Service", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Mechanic shop" }, - { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg", imageAlt: "Engine diagnostics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg?_wi=1", imageAlt: "Mechanic shop" }, + { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=1", imageAlt: "Engine diagnostics" }, { imageSrc: "http://img.b2bpic.net/free-photo/customer-giving-her-car-keys-mechanic_1170-1483.jpg", imageAlt: "Auto service station" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Service bay" }, - { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg", imageAlt: "Tool workspace" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg?_wi=2", imageAlt: "Service bay" }, + { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=2", imageAlt: "Tool workspace" }, ]} mediaAnimation="blur-reveal" /> @@ -66,16 +66,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Oil Changes", description: "High-quality synthetic and conventional oil changes to keep your engine smooth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg", imageAlt: "Oil change bay" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg", imageAlt: "Technician working" } + title: "Oil Changes", description: "High-quality synthetic and conventional oil changes to keep your engine smooth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg?_wi=1", imageAlt: "Oil change bay" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg?_wi=1", imageAlt: "Technician working" } }, { - title: "Brake Repair", description: "Expert inspection, pad replacement, and brake system diagnostics for your safety.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg", imageAlt: "Brake service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg", imageAlt: "Brake inspection" } + title: "Brake Repair", description: "Expert inspection, pad replacement, and brake system diagnostics for your safety.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg?_wi=2", imageAlt: "Brake service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg?_wi=2", imageAlt: "Brake inspection" } }, { - title: "Diagnostics", description: "Advanced computer diagnostic tools to quickly identify and solve engine performance issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg", imageAlt: "Computer diagnostic" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg", imageAlt: "Engine scan" } + title: "Diagnostics", description: "Advanced computer diagnostic tools to quickly identify and solve engine performance issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46152.jpg?_wi=3", imageAlt: "Computer diagnostic" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580612.jpg?_wi=3", imageAlt: "Engine scan" } }, ]} showStepNumbers={false} -- 2.49.1