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 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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user