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 */}