Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Spray, Star, Zap } from 'lucide-react';
|
||||
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Professional Car Wash, Philadelphia's Trusted Choice"
|
||||
description="Shine your vehicle with trusted service from Philadelphia's top-rated car wash. Open 8 AM daily with flexible appointments and transparent pricing"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Happy Customers" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="Choose from our range of professional car wash packages designed to keep your vehicle looking pristine"
|
||||
metrics={[
|
||||
{ id: "1", icon: Spray, title: "Standard Wash", value: "$19.99" },
|
||||
{ id: "1", icon: Droplets, title: "Standard Wash", value: "$19.99" },
|
||||
{ id: "2", icon: Zap, title: "Premium Detail", value: "$39.99" },
|
||||
{ id: "3", icon: Droplets, title: "Full Protection", value: "$59.99" },
|
||||
{ id: "4", icon: Shield, title: "Fleet Service", value: "Custom" }
|
||||
|
||||
Reference in New Issue
Block a user