Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 02:36:22 +00:00

View File

@@ -51,12 +51,12 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "gradient-bars" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part_1170-1695.jpg", imageAlt: "Professional car service facility" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg", imageAlt: "Expert tire fitting service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part_1170-1695.jpg?_wi=1", imageAlt: "Professional car service facility" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg?_wi=1", imageAlt: "Expert tire fitting service" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg", imageAlt: "Advanced car diagnostics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-lamp-while-analyzing-car-engine-workshop_637285-4293.jpg", imageAlt: "Professional maintenance service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg?_wi=1", imageAlt: "Advanced car diagnostics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-lamp-while-analyzing-car-engine-workshop_637285-4293.jpg?_wi=1", imageAlt: "Professional maintenance service" }
]}
carouselPosition="right"
ariaLabel="Autolab car service hero section"
@@ -76,7 +76,7 @@ export default function LandingPage() {
{ title: "Transparent Pricing", description: "Clear, honest quotes with no hidden charges", icon: DollarSign },
{ title: "Fast Service", description: "Efficient turnaround without compromising quality", icon: Zap }
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part_1170-1695.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part_1170-1695.jpg?_wi=2"
imageAlt="Autolab professional service facility"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -96,10 +96,10 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
features={[
{ id: 1, title: "Tire Fitting & Storage", description: "Professional tire fitting, balancing, and secure seasonal storage solutions", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg", imageAlt: "Tire fitting service" },
{ id: 2, title: "Vehicle Diagnostics", description: "Advanced computer diagnostics to identify and resolve automotive issues accurately", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg", imageAlt: "Car diagnostics equipment" },
{ id: 3, title: "Regular Maintenance", description: "Oil changes, filter replacements, fluid checks, and preventative maintenance", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-lamp-while-analyzing-car-engine-workshop_637285-4293.jpg", imageAlt: "Vehicle maintenance service" },
{ id: 4, title: "Mobile Tire Service", description: "Emergency tire service and roadside assistance when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg", imageAlt: "Mobile tire service" }
{ id: 1, title: "Tire Fitting & Storage", description: "Professional tire fitting, balancing, and secure seasonal storage solutions", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg?_wi=2", imageAlt: "Tire fitting service" },
{ id: 2, title: "Vehicle Diagnostics", description: "Advanced computer diagnostics to identify and resolve automotive issues accurately", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg?_wi=2", imageAlt: "Car diagnostics equipment" },
{ id: 3, title: "Regular Maintenance", description: "Oil changes, filter replacements, fluid checks, and preventative maintenance", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-lamp-while-analyzing-car-engine-workshop_637285-4293.jpg?_wi=2", imageAlt: "Vehicle maintenance service" },
{ id: 4, title: "Mobile Tire Service", description: "Emergency tire service and roadside assistance when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg?_wi=3", imageAlt: "Mobile tire service" }
]}
textboxLayout="default"
useInvertedBackground={false}