From fb63bd9f7527f235fd30a0f16a9c5a928ebf4a58 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:46:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }, -- 2.49.1