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