diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8713154..99a18b0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e98483..eba97fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Shield, Zap, Linkedin, Facebook, Instagram } from 'lucide-react'; +import { Sparkles, Shield, Zap, Linkedin, Facebook, Instagram, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -87,6 +87,13 @@ export default function LandingPage() { title="Transparent Pricing" description="Elite pricing for elite vehicles. Custom packages available for exotic and rare cars." plans={[ + { + id: "elite-package", title: "Elite Package", price: "$3,999", period: "per vehicle", features: [ + "Ultimate ceramic protection", "Full correction + polishing", "Luxury interior spa treatment", "PPF (Paint Protection Film)", "Scotchgard interior protection", "Premium detailing every 3 months", "Lifetime warranty" + ], + button: { text: "Book Service", href: "contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", imageAlt: "Exotic car detailing" + }, { id: "ceramic-pro", title: "Ceramic Pro", price: "$1,299", period: "per vehicle", features: [ "Professional ceramic coating", "Paint correction (2-stage)", "Interior detailing", "Wheel and tire treatment", "1-year warranty" @@ -100,13 +107,6 @@ export default function LandingPage() { ], button: { text: "Book Service", href: "contact" }, imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg", imageAlt: "Car interior detailing" - }, - { - id: "elite-package", title: "Elite Package", price: "$3,999", period: "per vehicle", features: [ - "Ultimate ceramic protection", "Full correction + polishing", "Luxury interior spa treatment", "PPF (Paint Protection Film)", "Scotchgard interior protection", "Premium detailing every 3 months", "Lifetime warranty" - ], - button: { text: "Book Service", href: "contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", imageAlt: "Exotic car detailing" } ]} animationType="slide-up" @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file