From ef0a6a6c5ccdb8d9473aae831a91cce4f57ff2a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:18:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 04548d2..cc738d3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,21 +90,21 @@ export default function ContactPage() { id: "01", title: "Phone", description: "Call us at (555) 123-4567 during business hours. Our team is ready to answer your questions and schedule appointments.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Phone contact", }, { id: "02", title: "Email", description: "Send us an email at info@primedetailz.com with your service requests and details. We respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Email contact", }, { id: "03", title: "Service Area", description: "We service a 15-mile radius throughout the region. Contact us to confirm your location and availability for mobile detailing.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=2", imageAlt: "Service area", }, ]}