Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -54,6 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg"
|
||||
imageAlt="Premium mobile car detailing service"
|
||||
frameStyle="card"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,8 +65,8 @@ export default function LandingPage() {
|
||||
description="Convenience Meets Quality"
|
||||
subdescription="For busy professionals who value time and quality"
|
||||
icon={Sparkles}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg"
|
||||
imageAlt="Professional car detailing service"
|
||||
videoSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg"
|
||||
videoAriaLabel="Professional car detailing service"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
stepsAnimation="fade-in"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +114,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
stepsAnimation="slide-in"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,6 +197,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
faqsAnimation="fade-in"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user