diff --git a/src/app/page.tsx b/src/app/page.tsx index 1db4ed1..549c78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}