Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 20:22:09 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Oshawa's Most Trusted Mechanic"
description="Honest repairs. Fair prices. Family-operated since 2014. 4.7★ Google rating with 150+ reviews."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="10+ Years of Excellence"
tagIcon={Star}
tagAnimation="slide-up"
@@ -55,7 +55,7 @@ export default function LandingPage() {
}
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg"
imageAlt="KP's Auto Service shop exterior on King Street West, Oshawa"
/>
</div>
@@ -102,28 +102,28 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "General Repairs & Maintenance", description: "Oil changes, fluid flushes, filter replacements, and all routine maintenance to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=1", imageAlt: "Professional auto repair workshop"
title: "General Repairs & Maintenance", description: "Oil changes, fluid flushes, filter replacements, and all routine maintenance to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Professional auto repair workshop"
},
{
title: "Diagnostics & Troubleshooting", description: "Advanced computer diagnostics to pinpoint issues quickly and accurately. We find problems others might miss.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=1", imageAlt: "Mechanic performing diagnostic work"
title: "Diagnostics & Troubleshooting", description: "Advanced computer diagnostics to pinpoint issues quickly and accurately. We find problems others might miss.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Mechanic performing diagnostic work"
},
{
title: "Safety Inspections", description: "Ontario Safety Standards Certificate (SSC) inspections. Ensure your vehicle meets all safety regulations.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=2", imageAlt: "KP's Auto Service entrance"
title: "Safety Inspections", description: "Ontario Safety Standards Certificate (SSC) inspections. Ensure your vehicle meets all safety regulations.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg", imageAlt: "KP's Auto Service entrance"
},
{
title: "Brakes & Suspension", description: "Complete brake service, suspension repair, and steering system work for safe, smooth handling.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=2", imageAlt: "Professional repair workshop"
title: "Brakes & Suspension", description: "Complete brake service, suspension repair, and steering system work for safe, smooth handling.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Professional repair workshop"
},
{
title: "Exhaust & Electrical", description: "Exhaust system repair, electrical troubleshooting, and battery replacement. Get your power systems working right.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=2", imageAlt: "Technician working on vehicle"
title: "Exhaust & Electrical", description: "Exhaust system repair, electrical troubleshooting, and battery replacement. Get your power systems working right.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Technician working on vehicle"
},
{
title: "Engine Repair", description: "Engine diagnostics, repair, and rebuilding. We handle everything from minor issues to major overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg?_wi=3", imageAlt: "KP's Auto Service shop"
title: "Engine Repair", description: "Engine diagnostics, repair, and rebuilding. We handle everything from minor issues to major overhauls.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg", imageAlt: "KP's Auto Service shop"
},
{
title: "Used Vehicle Sales", description: "Hand-picked, inspected used cars, trucks, vans, and SUVs. Quality vehicles at fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg?_wi=3", imageAlt: "Auto service facility"
title: "Used Vehicle Sales", description: "Hand-picked, inspected used cars, trucks, vans, and SUVs. Quality vehicles at fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-together-fix-car_482257-76242.jpg", imageAlt: "Auto service facility"
},
{
title: "Urgent & Same-Day Service", description: "Breakdown? We accommodate urgent repairs whenever possible. Call us for emergency support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg?_wi=3", imageAlt: "Professional automotive technician"
title: "Urgent & Same-Day Service", description: "Breakdown? We accommodate urgent repairs whenever possible. Call us for emergency support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-repairman-man-putting-gloves-work-with-car-service-station_496169-984.jpg", imageAlt: "Professional automotive technician"
}
]}
/>