From 5b0b0e3aa6259f8e256cd0832a806eea17c3d339 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:39:43 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 31499d3..4102e4f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -21,22 +21,22 @@ const features = [ { title: "Interior Detailing", description: "Deep carpet shampooing, leather conditioning, stain removal, and complete interior refresh to restore your cabin to pristine condition.", icon: Armchair, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Interior detailing before" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior detailing after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=2", imageAlt: "Interior detailing before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=2", imageAlt: "Interior detailing after" }, ] as [any, any], }, { title: "Exterior Detailing", description: "Professional wash, clay bar decontamination, wax/sealant application, and tire conditioning for a flawless exterior finish.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg", imageAlt: "Exterior detailing before" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Exterior detailing after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg?_wi=2", imageAlt: "Exterior detailing before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2", imageAlt: "Exterior detailing after" }, ] as [any, any], }, { title: "Paint Correction", description: "Professional removal of swirls, scratches, and oxidation to restore your vehicle's paint to its original brilliance.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg", imageAlt: "Paint correction before" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint correction after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=2", imageAlt: "Paint correction before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=4", imageAlt: "Paint correction after" }, ] as [any, any], }, ]; @@ -145,7 +145,7 @@ export default function ServicesPage() { ]} textarea={{ name: "notes", placeholder: "Additional details or preferred date/time", rows: 4 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=2" imageAlt="Professional detailing equipment" mediaAnimation="slide-up" mediaPosition="right" @@ -155,7 +155,7 @@ export default function ServicesPage() {