Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 03:26:01 +00:00

View File

@@ -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}