Update src/app/page.tsx

This commit is contained in:
2026-02-11 18:02:52 +00:00
parent 84e0b8da17
commit bfa48fd7a4

View File

@@ -68,6 +68,7 @@ export default function LandingPage() {
videoSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg"
videoAriaLabel="Professional car detailing service"
useInvertedBackground={false}
mediaAnimation="none"
/>
</div>
@@ -92,7 +93,6 @@ export default function LandingPage() {
}
]}
useInvertedBackground={true}
stepsAnimation="fade-in"
/>
</div>
@@ -114,7 +114,6 @@ export default function LandingPage() {
}
]}
useInvertedBackground={false}
stepsAnimation="slide-in"
/>
</div>
@@ -197,7 +196,6 @@ export default function LandingPage() {
]}
useInvertedBackground={true}
animationType="smooth"
faqsAnimation="fade-in"
/>
</div>