diff --git a/src/app/page.tsx b/src/app/page.tsx index f9e426b..5ce0211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,14 +48,14 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1486578926078-52b16e3c5659?w=800&q=80&_wi=1" imageAlt="USA Automotive Service professional auto repair shop" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Danuta Stopka", handle: "Regular Customer", testimonial: "Phenomenal service with phenomenal prices. They really helped me out with my muffler. Great staff!! Thank you so much guys!!!", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Danuta Stopka - Customer"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=1", imageAlt: "Danuta Stopka - Customer"}, ]} buttons={[ { text: "Call Now: +1 773-238-1333", href: "tel:+1-773-238-1333" }, @@ -79,7 +79,7 @@ export default function HomePage() { title: "Brake Services", description: "Expert brake pad replacement, rotors, calipers, and complete brake system diagnostics to ensure your safety on the road.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1609708536965-1b42b6b8d59e?w=400&q=80", imageAlt: "Brake service - Mechanic checking brakes"}, phoneTwo: { - imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "Air conditioning service - HVAC system"}, + imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80&_wi=1", imageAlt: "Air conditioning service - HVAC system"}, }, { id: 2, @@ -91,14 +91,14 @@ export default function HomePage() { { id: 3, title: "Air Conditioning & Climate Control", description: "AC installation, repair, and maintenance to keep your vehicle comfortable year-round with professional service.", phoneOne: { - imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80", imageAlt: "AC repair - HVAC manometer system"}, + imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=400&q=80&_wi=2", imageAlt: "AC repair - HVAC manometer system"}, phoneTwo: { - imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel service - Mechanic checking tires"}, + imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80&_wi=1", imageAlt: "Wheel service - Mechanic checking tires"}, }, { id: 4, title: "Wheel Alignment & Battery Service", description: "Precision wheel alignment and battery diagnostics to improve handling, fuel efficiency, and vehicle reliability.", phoneOne: { - imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80", imageAlt: "Wheel alignment - Mechanic working on tires"}, + imageSrc: "https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=400&q=80&_wi=2", imageAlt: "Wheel alignment - Mechanic working on tires"}, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=400&q=80", imageAlt: "Battery service - Electrical repair jump starting"}, }, @@ -132,13 +132,13 @@ export default function HomePage() {