Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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, Zap, Star } from 'lucide-react';
|
||||
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star, Spray } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -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: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
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: Droplets, title: "Standard Wash", value: "$19.99" },
|
||||
{ id: "1", icon: Spray, 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