From 6f17a5791a9f3daab0835cff72c85ab739e670c1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:48:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } } ]} -- 2.49.1