2 Commits

Author SHA1 Message Date
865fc7d9c0 Update src/app/page.tsx 2026-03-11 08:49:58 +00:00
3f81d603f6 Merge version_2 into main
Merge version_2 into main
2026-03-11 08:47:35 +00:00

View File

@@ -74,19 +74,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ 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" "Exterior wash and dry", "Wheel and tire cleaning", "Interior vacuum and wipe", "Free air freshener"
] ]
}, },
{ {
id: "gold", tag: "Gold Package", tagIcon: Crown, 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" "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, 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" "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" animationType="slide-up"
tagAnimation="slide-up" tagAnimation="slide-up"
buttonAnimation="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)]"
/> />
</div> </div>