From 865fc7d9c07e8c1bb4b7e9da2d3ba190dbe95854 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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)]" /> -- 2.49.1