diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c46f39..90767bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,30 +144,30 @@ export default function LandingPage() { plans={[ { id: "express", badge: "Express Detail", badgeIcon: Zap, - price: "$149", subtitle: "Perfect for quick refresh and maintenance", buttons={[ + price: "$149", subtitle: "Perfect for quick refresh and maintenance", buttons: [ { text: "Book Now", href: "#contact" }, { text: "Details", href: "#contact" } - ]}, + ], features: [ "Professional exterior wash", "Interior vacuuming", "Dashboard detail", "Quick wax application", "Tire shine" ] }, { id: "premium", badge: "Premium Detail", badgeIcon: Crown, - price: "$299", subtitle: "Most popular choice for car enthusiasts", buttons={[ + price: "$299", subtitle: "Most popular choice for car enthusiasts", buttons: [ { text: "Book Now", href: "#contact" }, { text: "Details", href: "#contact" } - ]}, + ], features: [ "Complete exterior detailing", "Full interior deep clean", "Clay bar treatment", "Paint polishing", "Ceramic wax coating", "Wheel restoration" ] }, { id: "ultimate", badge: "Ultimate Protection", badgeIcon: Sparkles, - price: "$599", subtitle: "Ultimate protection and showroom shine", buttons={[ + price: "$599", subtitle: "Ultimate protection and showroom shine", buttons: [ { text: "Book Now", href: "#contact" }, { text: "Details", href: "#contact" } - ]}, + ], features: [ "Premium exterior restoration", "Professional interior detail", "Multi-stage paint correction", "Professional ceramic coating", "Leather conditioning", "Engine bay detail", "12-month protection guarantee" ]