diff --git a/src/app/page.tsx b/src/app/page.tsx index 01cc9ce..40054f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,19 +74,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", tag: "Basic Package", price: "$99", period: "/service", description: "Perfect for regular maintenance and light cleaning. Keeps your vehicle looking fresh.", button: { text: "Select Basic", href: "#booking" }, featuresTitle: "Included:", features: [ + id: "basic", tag: "Basic Package", price: "$99", period: "/service", description: "Perfect for regular maintenance and light cleaning. Keeps your vehicle looking fresh.", button: { text: "Select Basic", href: "#booking" }, + featuresTitle: "Included:", features: [ "Exterior wash and dry", "Wheel and tire cleaning", "Interior vacuum and wipe", "Free air freshener" ] }, { id: "gold", tag: "Gold Package", tagIcon: Crown, - price: "$249", period: "/service", description: "Enhanced detailing for a showroom-ready finish. Most popular choice for luxury vehicle owners.", button: { text: "Select Gold", href: "#booking" }, featuresTitle: "Included:", features: [ + price: "$249", period: "/service", description: "Enhanced detailing for a showroom-ready finish. Most popular choice for luxury vehicle owners.", button: { text: "Select Gold", href: "#booking" }, + featuresTitle: "Included:", features: [ "Premium exterior wash and dry", "Ceramic wheel coating", "Interior deep clean and sanitize", "Dashboard and leather conditioning", "Paint protection spray", "Premium air freshener" ] }, { id: "platinum", tag: "Platinum Package", tagIcon: Diamond, - price: "$499", period: "/service", description: "Ultimate luxury detailing experience. Comprehensive care for pristine, showroom-quality finish.", button: { text: "Select Platinum", href: "#booking" }, featuresTitle: "Included:", features: [ + price: "$499", period: "/service", description: "Ultimate luxury detailing experience. Comprehensive care for pristine, showroom-quality finish.", button: { text: "Select Platinum", href: "#booking" }, + featuresTitle: "Included:", features: [ "Complete exterior restoration", "Ceramic nano-coating application", "Professional interior detail", "Engine bay cleaning", "Leather treatment and protection", "Headlight restoration", "Window tint protection", "12-month protection warranty" ] } @@ -94,6 +97,8 @@ export default function LandingPage() { animationType="slide-up" tagAnimation="slide-up" buttonAnimation="slide-up" + planTagClassName="font-bold text-lg md:text-xl" + cardClassName="relative border-2 border-transparent transition-all duration-300 hover:border-[var(--color-primary-cta)]" />