From 651f50fcb51471b10835ff03715ee1ab99101c83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:13:16 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 26f6def..df87337 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,12 +58,12 @@ export default function AboutPage() {
Date: Mon, 2 Mar 2026 18:13:17 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index d84909e..06cf3bd 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -52,8 +52,8 @@ export default function GalleryPage() { description: "Complete interior refresh showing the dramatic difference professional detailing makes for your cabin's appearance and cleanliness.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Interior before cleaning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior after cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=3", imageAlt: "Interior before cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=3", imageAlt: "Interior after cleaning" }, ], }, { @@ -61,8 +61,8 @@ export default function GalleryPage() { description: "Experience the complete transformation of a full detail package - interior and exterior restored to showroom condition.", icon: Check, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg", imageAlt: "Full detail before" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Full detail after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=2", imageAlt: "Full detail before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=2", imageAlt: "Full detail after" }, ], }, { @@ -70,8 +70,8 @@ export default function GalleryPage() { description: "Professional paint correction removes swirls, scratches, and oxidation to reveal a flawless, glossy finish.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg", imageAlt: "Paint before correction" }, - { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg", imageAlt: "Paint after correction" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=3", imageAlt: "Paint before correction" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg?_wi=3", imageAlt: "Paint after correction" }, ], }, ]} @@ -86,10 +86,10 @@ export default function GalleryPage() {
Date: Mon, 2 Mar 2026 18:13:17 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3720da7..00d1f64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,8 +83,8 @@ export default function HomePage() { 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=1", imageAlt: "Interior detailing before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=1", imageAlt: "Interior detailing after" }, ], }, { @@ -92,8 +92,8 @@ export default function HomePage() { 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=1", imageAlt: "Exterior detailing before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=1", imageAlt: "Exterior detailing after" }, ], }, { @@ -101,8 +101,8 @@ export default function HomePage() { description: "Complete interior and exterior detailing combined for best value. Includes everything for showroom-ready appearance.", icon: Check, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg", imageAlt: "Full detail before" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", imageAlt: "Full detail after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=1", imageAlt: "Full detail before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=1", imageAlt: "Full detail after" }, ], }, { @@ -110,8 +110,8 @@ export default function HomePage() { 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/car-wrapping-with-foil-car-service_1303-32335.jpg", imageAlt: "Paint correction after" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=1", imageAlt: "Paint correction before" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg?_wi=1", imageAlt: "Paint correction after" }, ], }, { @@ -119,7 +119,7 @@ export default function HomePage() { description: "Long-term paint protection with hydrophobic properties. Maintains shine for years with minimal maintenance required.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Ceramic coating application" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Ceramic coating application" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", imageAlt: "Ceramic coating result" }, ], }, @@ -161,12 +161,12 @@ export default function HomePage() {
Date: Mon, 2 Mar 2026 18:13:18 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 929d83d..fb49fa1 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -53,7 +53,7 @@ export default function PricingPage() { title: "Basic Clean", price: "Starting at $89", period: "per vehicle", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg?_wi=2", imageAlt: "Basic Clean package", button: { text: "Book Now", href: "#contact" }, features: ["Exterior wash and dry", "Tire shine", "Window cleaning", "Quick vacuum interior"], @@ -63,7 +63,7 @@ export default function PricingPage() { title: "Interior Refresh", price: "Starting at $149", period: "per vehicle", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior Refresh package", button: { text: "Book Now", href: "#contact" }, features: ["Complete interior vacuum", "Carpet and upholstery cleaning", "Dashboard cleaning", "Interior protectant"], @@ -73,7 +73,7 @@ export default function PricingPage() { title: "Full Detail", price: "Starting at $299", period: "per vehicle", - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2", imageAlt: "Full Detail package - Most Popular", button: { text: "Book Now", href: "#contact" }, features: ["Complete interior detailing", "Professional exterior detailing", "Paint protection", "Engine bay cleaning", "Leather conditioning", "Interior protectant"], @@ -125,7 +125,7 @@ export default function PricingPage() { ]} textarea={{ name: "details", placeholder: "Describe your vehicle's condition and desired services...", 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=3" imageAlt="Professional detailing equipment" mediaAnimation="slide-up" mediaPosition="right" @@ -136,7 +136,7 @@ export default function PricingPage() { {/* Footer */}