2 Commits

Author SHA1 Message Date
92792cd50f Update src/app/page.tsx 2026-03-11 08:13:10 +00:00
64568b52bb Merge version_2 into main
Merge version_2 into main
2026-03-11 08:04:30 +00:00

View File

@@ -114,17 +114,17 @@ export default function LandingPage() {
plans={[
{
id: "basic", badge: "Popular", badgeIcon: Star,
price: "$49", subtitle: "Perfect for quick refreshes", buttons: [{ text: "Select Plan", href: "contact" }],
price: "$70", subtitle: "Perfect for quick refreshes", buttons: [{ text: "Select Plan", href: "contact" }],
features: ["Complete exterior wash", "Tire and rim cleaning", "Interior vacuum and wipe", "Air freshener"]
},
{
id: "premium", badge: "Best Value", badgeIcon: Sparkles,
price: "$99", subtitle: "Complete detailing package", buttons: [{ text: "Select Plan", href: "contact" }],
price: "$150", subtitle: "Complete detailing package", buttons: [{ text: "Select Plan", href: "contact" }],
features: ["Premium exterior wash", "Clay bar treatment", "Paint polish and wax", "Interior deep clean", "Leather conditioning", "Engine bay detailing"]
},
{
id: "elite", badge: "Premium", badgeIcon: Award,
price: "$199", subtitle: "Ultimate protection and shine", buttons: [{ text: "Select Plan", href: "contact" }],
price: "$200", subtitle: "Ultimate protection and shine", buttons: [{ text: "Select Plan", href: "contact" }],
features: ["Complete premium detailing", "Ceramic coating application", "Paint protection film options", "Full interior restoration", "Engine detailing", "Headlight restoration", "One-year protection guarantee"]
}
]}