diff --git a/src/app/page.tsx b/src/app/page.tsx index 39d98be..f2330d6 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="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_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: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Danuta Stopka - Customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Danuta Stopka - Customer" }, ]} buttons={[ @@ -81,7 +81,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake service - Mechanic checking brakes" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", imageAlt: "Air conditioning service - HVAC system" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=1", imageAlt: "Air conditioning service - HVAC system" }, }, { @@ -96,16 +96,16 @@ 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: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", imageAlt: "AC repair - HVAC manometer system" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=2", imageAlt: "AC repair - HVAC manometer system" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg", imageAlt: "Wheel service - Mechanic checking tires" + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg?_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: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg", imageAlt: "Wheel alignment - Mechanic working on tires" + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-tyres_627829-3849.jpg?_wi=2", imageAlt: "Wheel alignment - Mechanic working on tires" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg", imageAlt: "Battery service - Electrical repair jump starting" @@ -129,7 +129,7 @@ export default function HomePage() { description="11044 S Western Ave, Chicago" subdescription="Professional Service Since Day One" icon={Wrench} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=2" imageAlt="Professional auto repair technicians at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -141,16 +141,16 @@ export default function HomePage() {