Update src/app/page.tsx

This commit is contained in:
2026-03-09 09:01:39 +00:00
parent c037516243
commit f624e7cfe6

View File

@@ -41,10 +41,11 @@ export default function LandingPage() {
<HeroBillboardTestimonial
title="Your Vehicle Deserves Premium Care"
description="Professional mobile car wash and detailing service bringing excellence to your doorstep. High-quality exterior and interior cleaning with safe products and modern equipment."
background={{ variant: "glowing-orb" }}
tag="Mobile Detailing Service"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg"
imageAlt="Professional car wash service"
mediaAnimation="slide-up"
testimonials={[
@@ -204,7 +205,7 @@ export default function LandingPage() {
required: false
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg"
imageAlt="Professional car detailing"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -246,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}