Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 22:58:24 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Luxury Car Care"
tagIcon={Sparkles}
tagAnimation="slide-up"
background="plain"
background={{ variant: "plain" }}
testimonials={[
{
name: "James Mitchell", handle: "@jmitchell_executive", testimonial: "The most efficient wash I've experienced. My Tesla looks showroom-ready every single time.", rating: 5,
@@ -162,29 +162,25 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "premium-wash", tag: "Single Visit", price: "$25", period: "per wash", description: "Perfect for occasional premium car care", button: { text: "Book Premium Wash", href: "#contact" },
featuresTitle: "What's Included", features: [
id: "premium-wash", tag: "Single Visit", price: "$25", period: "per wash", description: "Perfect for occasional premium car care", button: { text: "Book Premium Wash", href: "#contact" }, featuresTitle: "What's Included", features: [
"Touchless wash system", "Premium interior vacuum", "Spotless water-spot-free dry", "3-minute guaranteed time"
]
},
{
id: "weekly-pass", tag: "Weekly Unlimited", tagIcon: Star,
price: "$49", period: "per month", description: "For car enthusiasts who demand perfection", button: { text: "Start Weekly Membership", href: "#contact" },
featuresTitle: "What's Included", features: [
price: "$49", period: "per month", description: "For car enthusiasts who demand perfection", button: { text: "Start Weekly Membership", href: "#contact" }, featuresTitle: "What's Included", features: [
"Unlimited weekly washes", "Premium interior vacuum each visit", "Priority scheduling", "Member-only pricing", "Free air freshener"
]
},
{
id: "unlimited-month", tag: "Monthly Unlimited", tagIcon: Shield,
price: "$79", period: "per month", description: "Ultimate luxury car maintenance solution", button: { text: "Upgrade to Unlimited", href: "#contact" },
featuresTitle: "What's Included", features: [
price: "$79", period: "per month", description: "Ultimate luxury car maintenance solution", button: { text: "Upgrade to Unlimited", href: "#contact" }, featuresTitle: "What's Included", features: [
"Unlimited monthly washes", "Premium vacuum every visit", "VIP express lane access", "Complimentary tire shine", "Member concierge service", "Annual detailing credit"
]
},
{
id: "fleet-program", tag: "Enterprise", tagIcon: Award,
price: "Custom", period: "contact us", description: "Tailored solutions for fleet managers", button: { text: "Discuss Fleet Program", href: "#contact" },
featuresTitle: "What's Included", features: [
price: "Custom", period: "contact us", description: "Tailored solutions for fleet managers", button: { text: "Discuss Fleet Program", href: "#contact" }, featuresTitle: "What's Included", features: [
"Unlimited fleet vehicle washes", "Custom scheduling & reporting", "Dedicated account manager", "Volume-based discounts", "Fleet branding options", "Guaranteed uptime SLA"
]
}