From 72e613aae0e9500fc19b5dcad065e5a18682ae24 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:22:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 797c3e3..8a15733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,21 +56,20 @@ export default function LandingPage() { { text: "Get Service", href: "#contact" } ]} buttonAnimation="slide-up" - galleryItems={[ + mediaItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car wash service" + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car wash service" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg", imageAlt: "Car wash facility exterior" + imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg", imageAlt: "Car wash facility exterior" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg", imageAlt: "Professional car washing" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg", imageAlt: "Professional car washing" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg", imageAlt: "Car wash in progress" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg", imageAlt: "Car wash in progress" } ]} - useInvertedBackground={false} /> @@ -315,4 +314,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1