diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a9c833..8029d87 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'; @@ -193,6 +193,7 @@ export default function LandingPage() { cardTitle="Trusted by over 500 satisfied car owners across the region" cardTag="Proven Results" cardTagIcon={CheckCircle} + cardAnimation="opacity" useInvertedBackground={false} /> @@ -235,6 +236,8 @@ export default function LandingPage() { imageAlt="Mobile booking app" mediaPosition="left" animationType="smooth" + faqsAnimation="slide-up" + mediaAnimation="opacity" faqs={[ { id: "1", title: "How do I book a service?", content: "Booking is easy! Simply click the 'Book Now' button, select your service package, choose your preferred date and time, and provide your location. We'll send you a confirmation with our arrival window."