diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 064a76e..2b7e16b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,10 +42,10 @@ export default function ServicesPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Full Valet", description: "Standard high-quality maintenance clean.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg" }] }, - { title: "Interior Detail", description: "Professional deep clean for seats, mats, and upholstery.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg" }] }, - { title: "Exterior Detail", description: "Paint correction and exterior protection.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }] }, - { title: "Ceramic Coating", description: "Premium protection against elements and scratches.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }] } + { title: "Full Valet", description: "Standard high-quality maintenance clean.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=4" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=5" }] }, + { title: "Interior Detail", description: "Professional deep clean for seats, mats, and upholstery.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=4" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=5" }] }, + { title: "Exterior Detail", description: "Paint correction and exterior protection.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=4" }] }, + { title: "Ceramic Coating", description: "Premium protection against elements and scratches.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=5" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=6" }] } ]} title="Comprehensive Service Packages" description="Choose the level of care your vehicle deserves." @@ -60,8 +60,8 @@ export default function ServicesPage() { title="Service Impact" description="Proven results for every vehicle type." metrics={[ - { id: "m1", value: "50+", title: "Ceramic Coatings", description: "Applied this year.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg" }, - { id: "m2", value: "200+", title: "Interior Deep Cleans", description: "Completed this year.", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg" } + { id: "m1", value: "50+", title: "Ceramic Coatings", description: "Applied this year.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=7" }, + { id: "m2", value: "200+", title: "Interior Deep Cleans", description: "Completed this year.", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=6" } ]} />