From b6e5c7783f859b5c25c4a860d05fd976be39b457 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:13:18 +0000 Subject: [PATCH] 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 */}