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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star, Spray } from 'lucide-react';
|
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="Choose from our range of professional car wash packages designed to keep your vehicle looking pristine"
|
description="Choose from our range of professional car wash packages designed to keep your vehicle looking pristine"
|
||||||
metrics={[
|
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: "2", icon: Zap, title: "Premium Detail", value: "$39.99" },
|
||||||
{ id: "3", icon: Droplets, title: "Full Protection", value: "$59.99" },
|
{ id: "3", icon: Droplets, title: "Full Protection", value: "$59.99" },
|
||||||
{ id: "4", icon: Shield, title: "Fleet Service", value: "Custom" }
|
{ id: "4", icon: Shield, title: "Fleet Service", value: "Custom" }
|
||||||
|
|||||||
Reference in New Issue
Block a user