From 23ecacba28e0472adc068b27e296f3a5e590f7c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 02:38:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad7bc8..e85219b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -46,6 +46,7 @@ export default function LandingPage() { tag="Local Service" tagIcon={Sparkles} background={{ variant: "radial-gradient" }} + mediaAnimation="opacity" mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6628.jpg", imageAlt: "Professional car detailing close-up" }, { imageSrc: "https://img.b2bpic.net/free-photo/worker-car-detailing-cleaning-car-with-microfiber_1303-30578.jpg", imageAlt: "Ceramic coating application" }, @@ -69,6 +70,7 @@ export default function LandingPage() { { icon: Zap, label: "Mobile Locations Served", value: "50+" }, { icon: Shield, label: "Satisfaction Guarantee", value: "100%" } ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -140,6 +142,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="smooth" + faqsAnimation="slide-up" faqs={[ { id: "1", title: "How long does a typical detailing service take?", content: "Most of our standard detailing packages take 2-3 hours, depending on your vehicle's size and condition. We'll provide a specific timeframe when you book." }, { id: "2", title: "Do you service all types of vehicles?", content: "Yes! We detail sedans, SUVs, trucks, luxury vehicles, and more. Whether it's a daily driver or a prized collector's car, we have the expertise and care." },