Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-19 13:04:30 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Finally, an Auto Shop You Can Trust."
description="No upselling. No pressure. Just expert repairs done right the first time. Honest service from Whitby's most trusted mechanics."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
tag="Whitby's #1 Auto Repair"
tagIcon={CheckCircle}
tagAnimation="slide-up"
@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Call Now: (905) 903-0832", href: "tel:+19059030832" }
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg"
imageAlt="Professional auto repair garage with modern equipment"
mediaAnimation="slide-up"
ariaLabel="Hero section for On The Road Again auto repair"
@@ -127,12 +127,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
products={[
{ id: "diagnostics", name: "Diagnostics", price: "Comprehensive scan", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=2", imageAlt: "Diagnostics service" },
{ id: "general-repairs", name: "General Repairs", price: "All makes & models", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=3", imageAlt: "General repairs service" },
{ id: "electrical", name: "Electrical Work", price: "Complex systems", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=4", imageAlt: "Electrical work service" },
{ id: "transmission", name: "Transmission & Clutch", price: "Expert service", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=5", imageAlt: "Transmission service" },
{ id: "fleet", name: "Fleet Maintenance", price: "Business solutions", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=6", imageAlt: "Fleet maintenance service" },
{ id: "preventative", name: "Preventative Maintenance", price: "Keep running smooth", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=7", imageAlt: "Preventative maintenance service" }
{ id: "diagnostics", name: "Diagnostics", price: "Comprehensive scan", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "Diagnostics service" },
{ id: "general-repairs", name: "General Repairs", price: "All makes & models", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "General repairs service" },
{ id: "electrical", name: "Electrical Work", price: "Complex systems", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "Electrical work service" },
{ id: "transmission", name: "Transmission & Clutch", price: "Expert service", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "Transmission service" },
{ id: "fleet", name: "Fleet Maintenance", price: "Business solutions", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "Fleet maintenance service" },
{ id: "preventative", name: "Preventative Maintenance", price: "Keep running smooth", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg", imageAlt: "Preventative maintenance service" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -204,7 +204,7 @@ export default function LandingPage() {
description="Call us now or book your appointment online. Located in Whitby. Hours: MondayThursday, 7:30 AM 6:00 PM."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Book Appointment"