Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 18:19:11 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}