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