Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-17 00:22:23 +00:00

View File

@@ -52,12 +52,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg", imageAlt: "Professional mechanic working on vehicle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866632.jpg", imageAlt: "Modern auto repair shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg", imageAlt: "Brake service being performed" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg", imageAlt: "Engine diagnostic scan in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1297.jpg", imageAlt: "Battery replacement service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg", imageAlt: "Oil change maintenance service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg?_wi=1", imageAlt: "Professional mechanic working on vehicle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866632.jpg?_wi=1", imageAlt: "Modern auto repair shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg?_wi=1", imageAlt: "Brake service being performed" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=1", imageAlt: "Engine diagnostic scan in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1297.jpg?_wi=1", imageAlt: "Battery replacement service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg?_wi=1", imageAlt: "Oil change maintenance service" }
]}
mediaAnimation="slide-up"
background={{ variant: "plain" }}
@@ -86,12 +86,12 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
features={[
{ id: "brakes", title: "Brake Repair & Service", description: "Expert brake pad replacement, rotor machining, and hydraulic system repair to keep you safe on the road.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg", imageAlt: "Professional brake service" },
{ id: "diagnostics", title: "Engine Diagnostics", description: "State-of-the-art diagnostic equipment to identify and fix engine issues quickly and accurately.", imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg", imageAlt: "Engine diagnostic scanning" },
{ id: "battery", title: "Battery Replacement", description: "Professional battery installation and testing to ensure reliable starts in all seasons.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1297.jpg", imageAlt: "Battery replacement service" },
{ id: "oil", title: "Oil Changes & Filters", description: "Quality oil changes with premium filters to keep your engine running smoothly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg", imageAlt: "Oil change maintenance" },
{ id: "brakes", title: "Brake Repair & Service", description: "Expert brake pad replacement, rotor machining, and hydraulic system repair to keep you safe on the road.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg?_wi=2", imageAlt: "Professional brake service" },
{ id: "diagnostics", title: "Engine Diagnostics", description: "State-of-the-art diagnostic equipment to identify and fix engine issues quickly and accurately.", imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=2", imageAlt: "Engine diagnostic scanning" },
{ id: "battery", title: "Battery Replacement", description: "Professional battery installation and testing to ensure reliable starts in all seasons.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1297.jpg?_wi=2", imageAlt: "Battery replacement service" },
{ id: "oil", title: "Oil Changes & Filters", description: "Quality oil changes with premium filters to keep your engine running smoothly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg?_wi=2", imageAlt: "Oil change maintenance" },
{ id: "cooling", title: "Radiator & Cooling System", description: "Complete cooling system inspection, repair, and maintenance to prevent overheating.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-repairing-car_1150-6419.jpg", imageAlt: "Cooling system repair" },
{ id: "maintenance", title: "General Maintenance & Inspections", description: "Regular maintenance and thorough vehicle inspections to catch problems early and save money.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg", imageAlt: "General maintenance service" }
{ id: "maintenance", title: "General Maintenance & Inspections", description: "Regular maintenance and thorough vehicle inspections to catch problems early and save money.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg?_wi=2", imageAlt: "General maintenance service" }
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -105,10 +105,10 @@ export default function LandingPage() {
title="Why Customers Trust Ron"
description="A-1 Auto Repair built its reputation on honesty, fair pricing, and putting customers first. Ron takes time to explain every repair and never pushes unnecessary work."
metrics={[
{ id: "honest", value: "Honest", title: "Honest Recommendations", description: "Ron advises customers NOT to do unnecessary work if it isn't needed. Your wallet and your car benefit from this transparency.", imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866632.jpg", imageAlt: "Honest service shop" },
{ id: "fair", value: "Fair", title: "Fair & Transparent Pricing", description: "No hidden fees, no surprises. You get clear pricing upfront and understand exactly what work is being done.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg", imageAlt: "Fair pricing service" },
{ id: "quick", value: "Quick", title: "Quick Turnaround", description: "Same-day service on most repairs. Ron works efficiently so you get your car back quickly without sacrificing quality.", imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg", imageAlt: "Quick service turnaround" },
{ id: "friendly", value: "Friendly", title: "Friendly & Helpful Service", description: "Ron takes time to explain your car's issues in understandable terms. You'll feel welcomed and informed, not confused.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg", imageAlt: "Friendly customer service" }
{ id: "honest", value: "Honest", title: "Honest Recommendations", description: "Ron advises customers NOT to do unnecessary work if it isn't needed. Your wallet and your car benefit from this transparency.", imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866632.jpg?_wi=2", imageAlt: "Honest service shop" },
{ id: "fair", value: "Fair", title: "Fair & Transparent Pricing", description: "No hidden fees, no surprises. You get clear pricing upfront and understand exactly what work is being done.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376991.jpg?_wi=3", imageAlt: "Fair pricing service" },
{ id: "quick", value: "Quick", title: "Quick Turnaround", description: "Same-day service on most repairs. Ron works efficiently so you get your car back quickly without sacrificing quality.", imageSrc: "http://img.b2bpic.net/free-photo/car-repairmen-using-laptop-while-doing-car-engine-diagnostic-auto-repair-shop_637285-4273.jpg?_wi=3", imageAlt: "Quick service turnaround" },
{ id: "friendly", value: "Friendly", title: "Friendly & Helpful Service", description: "Ron takes time to explain your car's issues in understandable terms. You'll feel welcomed and informed, not confused.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-inflate-car-tire-car-maintenance-service-transportation-safety-concept_1150-6461.jpg?_wi=3", imageAlt: "Friendly customer service" }
]}
animationType="slide-up"
textboxLayout="default"