From bef72d64691bb50da17e72e5d98718c29be523fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:19:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From bc0fd98898847129fb6235c1435d64414875e75b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:19:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 -- 2.49.1