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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -129,6 +129,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="DetailPro Mobile: Excellence in Every Detail Since 2012"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Users, label: "Satisfied Customers", value: "1,200+" },
|
||||
{ icon: Award, label: "Award-Winning Service", value: "15+" },
|
||||
@@ -207,6 +208,8 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg"
|
||||
imageAlt="Car detailing process"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a typical detailing session take?", content: "Most full detail packages take 2-4 hours depending on your vehicle's size and condition. Interior deep cleans typically take 2-3 hours, while exterior polishing takes 1-2 hours. We'll provide an exact timeframe when you book."
|
||||
|
||||
Reference in New Issue
Block a user