Merge version_2 into main #5
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
@@ -105,36 +105,33 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Transparent Pricing"
|
||||
description="Clear, competitive pricing for all our detailing services. No hidden fees, just premium quality at fair prices."
|
||||
<PricingCardFive
|
||||
title="Service Tiers"
|
||||
description="Simple, transparent pricing for all our professional car detailing services."
|
||||
tag="Service Packages"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
tiers={[
|
||||
{
|
||||
id: "interior", title: "Interior Detailing", price: "$55", period: "per vehicle", features: [
|
||||
id: "interior", name: "Interior", price: "$55", description: "Complete interior deep clean", features: [
|
||||
"Complete vacuum and extraction", "Upholstery deep cleaning", "Leather conditioning", "Dashboard and trim detail", "Window and mirror cleaning", "Odor elimination treatment"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2", imageAlt: "car interior detailing cleaning"
|
||||
button: { text: "Book Now", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "exterior", title: "Exterior Detailing", price: "$75", period: "per vehicle", features: [
|
||||
"Professional wash and rinse", "C", "P", "Premium wax application", "Tire and rim detailing", "Protective sealant coating"
|
||||
id: "exterior", name: "Exterior", price: "$75", description: "Professional exterior detailing", features: [
|
||||
"Professional wash and rinse", "Clay bar treatment", "Paint polish and correction", "Premium wax application", "Tire and rim detailing", "Protective sealant coating"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detergent-brown-liquid-with-blue-spume_23-2147933942.jpg?_wi=3", imageAlt: "car exterior washing polish"
|
||||
button: { text: "Book Now", href: "#contact" }
|
||||
},
|
||||
{
|
||||
id: "complete", title: "Complete Package", price: "$125", period: "per vehicle", features: [
|
||||
id: "complete", name: "Interior and Exterior", price: "$125", description: "Ultimate complete package", features: [
|
||||
"Full interior deep cleaning", "Complete exterior detailing", "Paint protection coating", "Leather conditioning", "Odor elimination", "Premium ceramic sealant"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193629.jpg?_wi=2", imageAlt: "complete car detailing service"
|
||||
button: { text: "Book Now", href: "#contact" }
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Contact Us for Bulk Discounts", href: "#contact" }]}
|
||||
|
||||
Reference in New Issue
Block a user