From 9a4b6ac9f0a617126f9d4c2146ac2523a8766364 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 23:36:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91417ce..299cc0e 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'; @@ -63,6 +63,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="entrance-slide" bulletPoints={[ { title: "Mobile Convenience", description: "We come to you—no need to visit a facility. Schedule at your home or work.", icon: MapPin @@ -89,6 +90,7 @@ export default function LandingPage() { title="Complete Detailing Solutions" description="From exterior shine to interior perfection, we offer comprehensive detailing packages tailored to your vehicle's needs." useInvertedBackground={true} + stepsAnimation="entrance-slide" steps={[ { number: "01", title: "Exterior Detailing", tag: "Included", description: "Professional wash, clay bar treatment, polishing, and ceramic coating for maximum shine and protection." @@ -118,6 +120,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" + mediaAnimation="entrance-slide" bulletPoints={[ { title: "Time Savings", description: "No driving, waiting, or lost hours. We detail your car while you focus on what matters.", icon: Clock @@ -143,6 +146,7 @@ export default function LandingPage() { cardTag="Customer Reviews" cardTagIcon={Star} useInvertedBackground={true} + cardAnimation="entrance-slide" testimonials={[ { id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/mid-adult-mechanic-cleaning-repaired-car-tire-with-cloth-workshop_637285-7624.jpg", imageAlt: "Sarah Mitchell" @@ -167,6 +171,7 @@ export default function LandingPage() { textPosition="left" useInvertedBackground={false} animationType="smooth" + faqsAnimation="entrance-slide" faqs={[ { id: "1", title: "How long does a typical detailing appointment take?", content: "Most appointments take 2-4 hours depending on your vehicle's size and the service package selected. We'll provide a time estimate when you book."