diff --git a/src/app/page.tsx b/src/app/page.tsx index ad3192e..0f2de0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { id: "5", title: "Full Detailing Package", content: "Complete exterior and interior detailing service. Combines exterior wash with interior deep clean, wheel treatment, and paint protection. Our most comprehensive offering for pristine results."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=1" imageAlt="Professional exterior car washing" mediaAnimation="slide-up" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", title: "Express Wash", price: "$25", period: "per wash", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg", imageAlt: "Express wash service", button: { text: "Book Now", href: "#contact" }, + id: "basic", title: "Express Wash", price: "$25", period: "per wash", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=2", imageAlt: "Express wash service", button: { text: "Book Now", href: "#contact" }, features: [ "Exterior wash with foam", "Hand dry finish", "Quick 15-minute service", "Eco-friendly products"], },