diff --git a/src/app/page.tsx b/src/app/page.tsx index 69cfa9f..8a4f3b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,28 +111,28 @@ export default function LandingPage() { { id: 1, title: "Emergency Repairs", description: "Available 24/7 for urgent electrical problems. Power outages, faulty wiring, tripped breakers - we're here to help immediately.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg", imageAlt: "Emergency call service app" + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg?_wi=1", imageAlt: "Emergency call service app" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg", imageAlt: "Customer service support" + imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg?_wi=1", imageAlt: "Customer service support" } }, { id: 2, title: "Maintenance & Inspections", description: "Regular maintenance keeps your electrical systems running safely and efficiently. Professional inspections identify issues before they become problems.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg", imageAlt: "Maintenance booking app" + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg?_wi=2", imageAlt: "Maintenance booking app" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg", imageAlt: "Service support app" + imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg?_wi=2", imageAlt: "Service support app" } }, { id: 3, title: "Installations & Upgrades", description: "New circuits, appliance installations, home upgrades, and complete renovations. Expert work that meets all safety standards.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg", imageAlt: "Installation booking app" + imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_23-2148571937.jpg?_wi=3", imageAlt: "Installation booking app" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg", imageAlt: "Project status app" + imageSrc: "http://img.b2bpic.net/free-photo/female-coworkers-chatting-phones-coffee-shop_74855-1866.jpg?_wi=3", imageAlt: "Project status app" } } ]}