From de163d90b7946f55b4ba39734bd8695b3dcecb02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:13 +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 4388cbe..5820970 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="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=8" imageAlt="Complete Detail team passion for cars" frameStyle="browser" mediaAnimation="slide-up" -- 2.49.1 From 87451c765b9b5b47bf89632d417e07f414de846f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:13 +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 a48ed5f..974ee0e 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="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=6" imageAlt="Professional detailing equipment and products" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 3ab6c36ea3dd7a329651424a810af2f3bf229ac3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:14 +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 7d2216b..a538c6c 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="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=2" 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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Interior deep cleaning before and after" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Paint restoration and ceramic coating before and after" + imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Deep stain removal before and after" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Complete full detail service before and after" + imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=3", imageAlt: "Complete full detail service before and after" } ]} animationType="slide-up" -- 2.49.1 From f97fcbfd9ba4880003528fc609bc75eb3c448090 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:14 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e75691f..e47cb86 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="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Professional exterior car detailing service in San Marcos" + imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Professional interior car detailing and cleaning in San Marcos" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Professional wheel and tire detailing in San Marcos" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=1", imageAlt: "Professional wheel and tire detailing in San Marcos" } ]} animationType="slide-up" @@ -141,7 +141,7 @@ export default function LandingPage() { 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: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop", 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&_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: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100&fit=crop", imageAlt: "Emily Rodriguez testimonial - San Marcos interior detailing" @@ -153,7 +153,7 @@ export default function LandingPage() { 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: "https://images.unsplash.com/photo-1517746915202-2d63c3f2418b?w=100&h=100&fit=crop", 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&_wi=2", 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="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=1" imageAlt="Professional detailing equipment and products in San Marcos" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 9f01296767a65dd1b3375af580e302c3bdb66e9c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:15 +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 1e0e55d..dc482c1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,7 +45,7 @@ export default function ServicesPage() { { text: "View Gallery", href: "/gallery" } ]} layoutOrder="default" - imageSrc="https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=3" imageAlt="Professional car detailing services overview" frameStyle="browser" mediaAnimation="slide-up" @@ -60,27 +60,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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Professional hand wash service" + imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=4", 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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Clay bar paint treatment process" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=3", 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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Paint decontamination service" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=3", 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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Wax and sealant application" + imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=4", 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: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop", imageAlt: "Professional tire and rim cleaning" + imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Exterior trim restoration service" + imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=5", imageAlt: "Exterior trim restoration service" } ]} animationType="slide-up" @@ -96,27 +96,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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Deep vacuum and interior cleaning" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=4", 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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Upholstery and carpet shampooing service" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=4", 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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Leather cleaning and conditioning service" + imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=5", 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: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop", imageAlt: "Dashboard and console restoration" + imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=3", 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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Odor removal and air freshening service" + imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=6", 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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Professional window and glass detailing" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=5", imageAlt: "Professional window and glass detailing" } ]} animationType="slide-up" @@ -132,27 +132,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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Full detail package service" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=5", 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: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop", imageAlt: "Express car wash service" + imageSrc: "https://images.unsplash.com/photo-1486262715619-3417ca6ef29f?w=800&h=600&fit=crop&_wi=6", 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: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop", imageAlt: "Headlight restoration service" + imageSrc: "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=800&h=600&fit=crop&_wi=6", 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: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop", imageAlt: "Engine bay cleaning service" + imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=800&h=600&fit=crop&_wi=7", 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: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop", imageAlt: "Pet hair removal service" + imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=4", 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: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop", imageAlt: "Paint protection film application" + imageSrc: "https://images.unsplash.com/photo-1487754180144-351b8e94f0c0?w=800&h=600&fit=crop&_wi=6", imageAlt: "Paint protection film application" } ]} animationType="slide-up" @@ -219,7 +219,7 @@ export default function ServicesPage() { required: true }} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=5" imageAlt="Professional detailing equipment and products" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1