diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a484fe7..608b6d0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -84,11 +84,11 @@ export default function ContactPage() { tag="Contact Methods" features={[ { - 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", imageAlt: "Phone contact"}, + 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?_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", imageAlt: "Email 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?_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", imageAlt: "Service area"}, + 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?_wi=2", imageAlt: "Service area"}, ]} textboxLayout="default" animationType="slide-up"