From 1ba31cf092a9ca9f4b4b3cb8321bf918a76ece26 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 18:12:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6442af..68c19ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,6 @@ 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" /> @@ -65,8 +64,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="/videos/detailing-process.mp4" + videoAriaLabel="Professional car detailing service demonstration" useInvertedBackground={false} /> @@ -92,7 +91,6 @@ export default function LandingPage() { } ]} useInvertedBackground={true} - stepsAnimation="none" /> @@ -114,7 +112,6 @@ export default function LandingPage() { } ]} useInvertedBackground={false} - stepsAnimation="none" /> @@ -197,7 +194,6 @@ export default function LandingPage() { ]} useInvertedBackground={true} animationType="smooth" - faqsAnimation="none" /> -- 2.49.1