From cc7dffe369cb27acf330f210c132f64ea60aa205 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:23:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0583408..ecbd351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-salesman-talking-with-clients-showcasing-dealership-vehicle_482257-124599.jpg", imageAlt: "professional service team skilled workers trusted business expert team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", imageAlt: "professional service delivery quality workmanship satisfied customer service excellence"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1", imageAlt: "professional service delivery quality workmanship satisfied customer service excellence"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -86,13 +86,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Response", description: "24/7 emergency service available. We respond quickly to urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"}, + title: "Emergency Response", description: "24/7 emergency service available. We respond quickly to urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2"}, { id: 2, - title: "Professional Installation", description: "Expert installation by certified technicians using quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"}, + title: "Professional Installation", description: "Expert installation by certified technicians using quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=3"}, { id: 3, - title: "Maintenance Plans", description: "Regular maintenance to prevent problems and keep systems running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"}, + title: "Maintenance Plans", description: "Regular maintenance to prevent problems and keep systems running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=4"}, ]} ariaLabel="Services section describing our offerings" /> -- 2.49.1