diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f03afa..0547577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,20 +118,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "festive", tag: "Festive Offer", price: "3,499", period: "AED", description: "Perfect for first-time protection. Limited time offer on our popular full body package.", button: { text: "Book Now", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "festive", tag: "Festive Offer", price: "3,499", period: "AED", description: "Perfect for first-time protection. Limited time offer on our popular full body package.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Full Body PPF Application", "7.5 mil USA Thickness", "5-Year Warranty", "2 Free Premium Washes", "Professional Installation", "Invisible Edges Guarantee" ] }, { - id: "premium", tag: "Premium Package", price: "7,500", period: "AED", description: "Complete protection with extended warranty and premium maintenance. Our most comprehensive option.", button: { text: "Upgrade Now", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "premium", tag: "Premium Package", price: "7,500", period: "AED", description: "Complete protection with extended warranty and premium maintenance. Our most comprehensive option.", button: { text: "Upgrade Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Yearly Maintenance Package", "Ceramic Coating Option", "Interior Detailing", "Priority Support" ] }, { - id: "summer", tag: "Summer Protection", price: "4,500", period: "AED", description: "Enhanced protection for extreme UAE heat and sun exposure. Includes ceramic coating for maximum shine.", button: { text: "Protect Now", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "summer", tag: "Summer Protection", price: "4,500", period: "AED", description: "Enhanced protection for extreme UAE heat and sun exposure. Includes ceramic coating for maximum shine.", button: { text: "Protect Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ "Full Body PPF Application", "8.5 mil USA Thickness", "10-Year Warranty", "2 Free Premium Washes", "Ceramic Coating", "UV Protection Enhanced", "Heat Resistance Formula" ] } @@ -226,28 +223,28 @@ export default function LandingPage() {