Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-09 14:22:18 +00:00

View File

@@ -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}
/>
</div>
@@ -315,4 +314,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}