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 } from 'lucide-react';
|
import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star, Spray } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Professional Car Wash, Philadelphia's Trusted Choice"
|
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"
|
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={[
|
kpis={[
|
||||||
{ value: "500+", label: "Happy Customers" },
|
{ value: "500+", label: "Happy Customers" },
|
||||||
{ value: "15+", label: "Years Experience" },
|
{ value: "15+", label: "Years Experience" },
|
||||||
@@ -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: 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: "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