From a6ac394e4ad65623c170185af544b827512b4cea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:39:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a5de68..d2274de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { { text: "See Our Work", href: "#gallery" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg", imageAlt: "detailing foam cannon car" }, - { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", imageAlt: "luxury truck detailing" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg?_wi=1", imageAlt: "detailing foam cannon car" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1", imageAlt: "luxury truck detailing" } ]} mediaAnimation="slide-up" rating={5} @@ -114,8 +114,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "s1", title: "Interior Detail", price: "$150", period: "Starting at", features: ["Shampoo", "Steam", "Odour Removal"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car_23-2149316432.jpg" }, - { id: "s2", title: "Exterior Detail", price: "$120", period: "Starting at", features: ["Hand Wash", "Wax", "Tire Shine"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg" }, - { id: "s3", title: "Full Detail", price: "$250", period: "Starting at", features: ["Complete Resto", "Smoke Removal", "Paint Protection"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg" }, + { id: "s2", title: "Exterior Detail", price: "$120", period: "Starting at", features: ["Hand Wash", "Wax", "Tire Shine"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg?_wi=2" }, + { id: "s3", title: "Full Detail", price: "$250", period: "Starting at", features: ["Complete Resto", "Smoke Removal", "Paint Protection"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2" }, ]} title="Our Detailing Packages" description="Pick the package that fits your vehicle's needs." -- 2.49.1