diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b49898e..f14cdb5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -52,7 +52,7 @@ export default function PricingPage() { price: "Starting at $89", period: "per vehicle", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg", + "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: [ @@ -68,7 +68,7 @@ export default function PricingPage() { price: "Starting at $149", period: "per vehicle", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + "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: [ @@ -84,7 +84,7 @@ export default function PricingPage() { price: "Starting at $179", period: "per vehicle", imageSrc: - "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", + "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=2", imageAlt: "Exterior Shine package", button: { text: "Book Now", href: "#contact" }, features: [ @@ -100,7 +100,7 @@ export default function PricingPage() { price: "Starting at $299", period: "per vehicle", imageSrc: - "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", + "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: [ @@ -118,7 +118,7 @@ export default function PricingPage() { price: "Starting at $499", period: "per vehicle", imageSrc: - "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", + "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=4", imageAlt: "Ceramic Coating package", button: { text: "Book Now", href: "#contact" }, features: [ @@ -140,7 +140,7 @@ export default function PricingPage() {