Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-24 13:50:16 +00:00

View File

@@ -93,11 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Auto Paint Restoration", description: "Deep polishing and swirl removal to bring back the original shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg?_wi=1" },
{ title: "Handwash Detail", description: "Gentle, thorough hand washing techniques for a spotless finish.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg?_wi=1" },
{ title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and conditioning for a like-new cabin.", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-coffee-close-up_23-2149045701.jpg" },
{ title: "Auto Paint Restoration", description: "Deep polishing and swirl removal to bring back the original shine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598675-wkzl3nf0.jpg" },
{ title: "Handwash Detail", description: "Gentle, thorough hand washing techniques for a spotless finish.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598676-hv368tou.jpg" },
{ title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and conditioning for a like-new cabin.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598676-y1vndvry.jpg" },
]}
title="Signature Services"
title="Before and After Gallery"
description="Dedicated to providing showroom-quality results for your vehicle."
/>
</div>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}