From d51ecdb8994a5d170c6367e1bece884b3c2a6436 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:40 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ff91591..45b73d6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { { text: "Book Service", href: "#contact" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=5" imageAlt="Complete Detail team passion for cars" frameStyle="browser" mediaAnimation="slide-up" -- 2.49.1 From 0bf5cf3f9819c2bf9528067f8ebfd5429850cae9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:40 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 077db44..7dc2805 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg?_wi=4" imageAlt="Professional detailing equipment and products" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From bb92dc0bc59bcc8c6047510070f2743c166123ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:41 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index fbcfccb..8096448 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,7 +43,7 @@ export default function GalleryPage() { { text: "View Services", href: "/" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=3" imageAlt="Before and after car detailing transformation" frameStyle="browser" mediaAnimation="slide-up" @@ -58,19 +58,19 @@ export default function GalleryPage() { features={[ { id: "interior-cleaning-1", title: "Interior Deep Clean", author: "Complete Transformation", description: "Heavily soiled interior completely restored. Professional vacuuming, carpet shampooing, upholstery treatment, and dashboard detailing reveal a like-new interior.", tags: ["Interior Care", "Deep Clean", "Before & After"], - imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg", imageAlt: "Interior deep cleaning before and after" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg?_wi=4", imageAlt: "Interior deep cleaning before and after" }, { id: "paint-restoration-1", title: "Paint Restoration & Protection", author: "Professional Polish & Coating", description: "Dull, oxidized paint transformed through professional polish and ceramic coating application. Paint now exhibits brilliant shine, depth, and UV protection.", tags: ["Paint Correction", "Ceramic Coating", "Premium Results"], - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg", imageAlt: "Paint restoration and ceramic coating before and after" + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg?_wi=4", imageAlt: "Paint restoration and ceramic coating before and after" }, { id: "stain-removal-1", title: "Deep Stain & Spot Removal", author: "Expert Stain Treatment", description: "Stubborn stains, tree sap, and tar removed using professional-grade techniques. Exterior surfaces restored to pristine condition without paint damage.", tags: ["Stain Removal", "Exterior Detail", "Expert Care"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg", imageAlt: "Deep stain removal before and after" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg?_wi=4", imageAlt: "Deep stain removal before and after" }, { id: "full-detail-1", title: "Full Detail Service Results", author: "Complete Vehicle Restoration", description: "Full-service detailing including exterior wash, interior deep clean, paint correction, and protective coating. Every surface meticulously restored to showroom condition.", tags: ["Full Detail", "Complete Service", "Premium Finish"], - imageSrc: "http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg", imageAlt: "Complete full detail service before and after" + imageSrc: "http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=4", imageAlt: "Complete full detail service before and after" } ]} animationType="slide-up" -- 2.49.1 From 2f217e8de1bbf56a149a122d845ebf8972663282 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:41 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1d0c47..199d0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "View Services", href: "#services" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=1" imageAlt="Professional car detailing in San Marcos, TX" frameStyle="browser" mediaAnimation="slide-up" @@ -72,15 +72,15 @@ export default function LandingPage() { features={[ { id: "exterior-detail", title: "Exterior Detailing", author: "Professional Grade", description: "Paint correction, ceramic coating, wax application, and full exterior restoration using industry-approved techniques and premium products. Expert exterior car detailing San Marcos TX service.", tags: ["Paint Protection", "Premium", "Ceramic Coating"], - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg", imageAlt: "Professional exterior car detailing service in San Marcos" + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg?_wi=1", imageAlt: "Professional exterior car detailing service in San Marcos" }, { id: "interior-detail", title: "Interior Detailing", author: "Deep Clean", description: "Complete interior restoration including vacuuming, carpet cleaning, upholstery treatment, leather conditioning, and dashboard detailing. Interior car detailing San Marcos specialists.", tags: ["Interior Care", "Deep Clean", "Leather Conditioning"], - imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg", imageAlt: "Professional interior car detailing and cleaning in San Marcos" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg?_wi=1", imageAlt: "Professional interior car detailing and cleaning in San Marcos" }, { id: "wheels-tires", title: "Wheels & Tires", author: "Specialty Service", description: "Professional wheel cleaning, brake dust removal, tire shine application, and tire dressing to restore that showroom appearance. San Marcos car wash specialists.", tags: ["Wheel Care", "Tire Shine", "Protection"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg", imageAlt: "Professional wheel and tire detailing in San Marcos" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg?_wi=1", imageAlt: "Professional wheel and tire detailing in San Marcos" } ]} animationType="slide-up" @@ -138,22 +138,22 @@ export default function LandingPage() { description="Real feedback from satisfied vehicle owners in San Marcos, TX who have experienced our professional detailing and car wash services." testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj_sanmarcos", testimonial: "Complete Detail transformed my truck! The ceramic coating has kept it looking showroom fresh for months. Best car detailing in San Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Sarah Johnson testimonial - San Marcos car detailing" + id: "1", name: "Sarah Johnson", handle: "@sarahj_sanmarcos", testimonial: "Complete Detail transformed my truck! The ceramic coating has kept it looking showroom fresh for months. Best car detailing in San Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial - San Marcos car detailing" }, { - id: "2", name: "Michael Chen", handle: "@mchen_automotive", testimonial: "Best auto detailing service in San Marcos. Professional team, attention to detail, and fair pricing. My car has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael Chen testimonial - San Marcos auto detailing" + id: "2", name: "Michael Chen", handle: "@mchen_automotive", testimonial: "Best auto detailing service in San Marcos. Professional team, attention to detail, and fair pricing. My car has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Michael Chen testimonial - San Marcos auto detailing" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_detail_lover", testimonial: "The interior detailing service is incredible. My car's leather seats look brand new. Worth every penny! Highly recommend for San Marcos residents.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Emily Rodriguez testimonial - San Marcos interior detailing" + id: "3", name: "Emily Rodriguez", handle: "@emily_detail_lover", testimonial: "The interior detailing service is incredible. My car's leather seats look brand new. Worth every penny! Highly recommend for San Marcos residents.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1", imageAlt: "Emily Rodriguez testimonial - San Marcos interior detailing" }, { - id: "4", name: "David Kim", handle: "@david_km_sm", testimonial: "Outstanding customer service and professional work. They really care about their customers and it shows in their results. Top car wash San Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim testimonial - San Marcos car wash" + id: "4", name: "David Kim", handle: "@david_km_sm", testimonial: "Outstanding customer service and professional work. They really care about their customers and it shows in their results. Top car wash San Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "David Kim testimonial - San Marcos car wash" }, { - id: "5", name: "Jessica Martinez", handle: "@jessica_automotive", testimonial: "I've tried other detailers, but Complete Detail is consistently the best. They handle my car like it's their own. Best in San Marcos, TX!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Jessica Martinez testimonial - Complete Detail San Marcos" + id: "5", name: "Jessica Martinez", handle: "@jessica_automotive", testimonial: "I've tried other detailers, but Complete Detail is consistently the best. They handle my car like it's their own. Best in San Marcos, TX!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1", imageAlt: "Jessica Martinez testimonial - Complete Detail San Marcos" }, { - id: "6", name: "James Wilson", handle: "@james_detailing", testimonial: "The team knows their craft. Professional, friendly, and they deliver results. My car looks pristine every time. Recommended for all San Marcos vehicle owners!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg", imageAlt: "James Wilson testimonial - San Marcos auto detailing expert" + id: "6", name: "James Wilson", handle: "@james_detailing", testimonial: "The team knows their craft. Professional, friendly, and they deliver results. My car looks pristine every time. Recommended for all San Marcos vehicle owners!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg?_wi=1", imageAlt: "James Wilson testimonial - San Marcos auto detailing expert" } ]} animationType="slide-up" @@ -216,7 +216,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg?_wi=1" imageAlt="Professional detailing equipment and products in San Marcos" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d632ef88366fd93e34d6e4e382e3cbd2cb568b88 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:50:42 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 32baa43..5cd1aea 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,7 +46,7 @@ export default function ServicesPage() { { text: "View Pricing", href: "/" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg?_wi=2" imageAlt="Professional car detailing services overview" frameStyle="browser" mediaAnimation="slide-up" @@ -61,27 +61,27 @@ export default function ServicesPage() { features={[ { id: "hand-wash", title: "Professional Hand Wash", author: "Foundation Service", description: "Gentle hand wash using premium soaps and techniques that protect your vehicle's finish. Perfect maintenance between full details.", tags: ["Regular Maintenance", "Paint Safe", "Professional Grade"], - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg", imageAlt: "Professional hand wash service" + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg?_wi=2", imageAlt: "Professional hand wash service" }, { id: "clay-bar", title: "Clay Bar Treatment", author: "Paint Prep", description: "Removes embedded contaminants, overspray, and industrial fallout from your paint surface. Leaves paint smooth and primed for wax or coating application.", tags: ["Contaminant Removal", "Paint Prep", "Essential Service"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg", imageAlt: "Clay bar paint treatment process" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg?_wi=2", imageAlt: "Clay bar paint treatment process" }, { id: "paint-decon", title: "Paint Decontamination", author: "Deep Cleaning", description: "Advanced chemical treatment to remove brake dust, tree sap, tar, and other stubborn contaminants that regular washing cannot address.", tags: ["Deep Clean", "Chemical Treatment", "Restoration"], - imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg", imageAlt: "Paint decontamination service" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg?_wi=2", imageAlt: "Paint decontamination service" }, { id: "wax-sealant", title: "Wax & Sealant Protection", author: "Long-Term Protection", description: "Professional-grade wax and sealant application provides UV protection, water beading, and maintains your vehicle's shine for months.", tags: ["Paint Protection", "UV Defense", "Hydrophobic"], - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Wax and sealant application" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2", imageAlt: "Wax and sealant application" }, { id: "tire-rim", title: "Tire & Rim Cleaning", author: "Wheel Care", description: "Professional wheel cleaning removes brake dust and contaminants. Includes tire shine application for a polished, showroom finish.", tags: ["Wheel Care", "Brake Dust Removal", "Shine Protection"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Professional tire and rim cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Professional tire and rim cleaning" }, { id: "trim-restoration", title: "Trim Restoration", author: "Appearance Enhancement", description: "Restoration of exterior trim, moldings, and accents. Restores color and provides UV protection to keep trim looking like new.", tags: ["Trim Care", "UV Protection", "Detail Work"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Exterior trim restoration service" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2", imageAlt: "Exterior trim restoration service" } ]} animationType="slide-up" @@ -97,27 +97,27 @@ export default function ServicesPage() { features={[ { id: "deep-vacuum", title: "Deep Vacuum & Cleaning", author: "Foundation Clean", description: "Professional-grade vacuuming removes dirt, dust, and debris from carpets, floor mats, and hard-to-reach areas. Deep clean throughout the cabin.", tags: ["Deep Clean", "Dust Removal", "Thorough"], - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Deep vacuum and interior cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Deep vacuum and interior cleaning" }, { id: "shampoo-seats", title: "Shampoo Seats & Carpets", author: "Fabric Care", description: "Professional shampoo and extraction treatment for all fabric surfaces. Removes stains, odors, and leaves upholstery fresh and clean.", tags: ["Stain Removal", "Odor Control", "Fabric Care"], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Upholstery and carpet shampooing service" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2", imageAlt: "Upholstery and carpet shampooing service" }, { id: "leather-cleaning", title: "Leather Cleaning & Conditioning", author: "Premium Care", description: "Specialized cleaning and conditioning for leather surfaces. Restores suppleness, prevents cracking, and maintains that luxury feel.", tags: ["Leather Care", "Premium Service", "Restoration"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg", imageAlt: "Leather cleaning and conditioning service" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg?_wi=2", imageAlt: "Leather cleaning and conditioning service" }, { id: "dashboard-restoration", title: "Dashboard & Console Restoration", author: "Detail Work", description: "Complete cleaning and protection of dashboard, steering wheel, and center console. Removes dust and restores original appearance.", tags: ["Detail Work", "Protection", "Appearance"], - imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg", imageAlt: "Dashboard and console restoration" + imageSrc: "http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg?_wi=2", imageAlt: "Dashboard and console restoration" }, { id: "odor-removal", title: "Odor Removal & Freshening", author: "Specialized Treatment", description: "Advanced odor elimination treatments to remove persistent smells from pets, smoke, food, or moisture. Professional-grade solutions for lasting freshness.", tags: ["Odor Control", "Air Quality", "Advanced Treatment"], - imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg", imageAlt: "Odor removal and air freshening service" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-operates-car_1359-1320.jpg?_wi=3", imageAlt: "Odor removal and air freshening service" }, { id: "window-detailing", title: "Window & Glass Detailing", author: "Crystal Clear", description: "Professional window and glass cleaning inside and out. Crystal clear visibility with streak-free finish.", tags: ["Glass Cleaning", "Visibility", "Detail Work"], - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg", imageAlt: "Professional window and glass detailing" + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-mixed-paint_23-2147798179.jpg?_wi=3", imageAlt: "Professional window and glass detailing" } ]} animationType="slide-up" @@ -133,27 +133,27 @@ export default function ServicesPage() { features={[ { id: "full-detail-package", title: "Full Detail Package", author: "Complete Solution", description: "Our most comprehensive service combining exterior detailing, interior deep clean, leather conditioning, and all finishing touches. Perfect for showroom-quality results.", tags: ["Complete Package", "Interior & Exterior", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg", imageAlt: "Full detail package service" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-gloves_23-2149714334.jpg?_wi=3", imageAlt: "Full detail package service" }, { id: "express-wash", title: "Express Wash Service", author: "Quick Service", description: "Quick 30-45 minute service including exterior wash, interior vacuum, and basic wipe-down. Perfect for maintaining your vehicle between full details.", tags: ["Quick Service", "Maintenance", "Affordable"], - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Express car wash service" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Express car wash service" }, { id: "add-on-headlight", title: "Headlight Restoration", author: "Add-On Service", description: "Professional restoration of oxidized and cloudy headlights. Removes yellowing and restores clarity for improved visibility and appearance.", tags: ["Add-On", "Headlight Care", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Headlight restoration service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=3", imageAlt: "Headlight restoration service" }, { id: "add-on-engine-bay", title: "Engine Bay Cleaning", author: "Add-On Service", description: "Professional cleaning and detailing of your engine bay. Removes dirt and grime while protecting sensitive components.", tags: ["Add-On", "Engine Care", "Maintenance"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Engine bay cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=3", imageAlt: "Engine bay cleaning service" }, { id: "add-on-pet-hair", title: "Pet Hair Removal", author: "Add-On Service", description: "Specialized service to remove pet hair from upholstery and carpets. Uses professional equipment and techniques for complete removal.", tags: ["Add-On", "Pet Care", "Specialized"], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Pet hair removal service" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=3", imageAlt: "Pet hair removal service" }, { id: "add-on-paint-protection", title: "Paint Protection Film", author: "Add-On Service", description: "Professional application of clear protective film on high-impact areas. Shields paint from stone chips, scratches, and environmental damage.", tags: ["Add-On", "Paint Protection", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg", imageAlt: "Paint protection film application" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-giving-card-waiter-cafe_1262-1968.jpg?_wi=3", imageAlt: "Paint protection film application" } ]} animationType="slide-up" @@ -220,7 +220,7 @@ export default function ServicesPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg?_wi=3" imageAlt="Professional detailing equipment and products" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1