Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-20 20:07:05 +00:00

View File

@@ -114,21 +114,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
tiers={[
plans={[
{
id: "interior", name: "Interior", price: "$55", description: "Complete interior deep clean", features: [
id: "interior", tag: "Interior", price: "$55", period: "", description: "Complete interior deep clean", featuresTitle: "Features", 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" }
},
{
id: "exterior", name: "Exterior", price: "$75", description: "Professional exterior detailing", features: [
id: "exterior", tag: "Exterior", price: "$75", period: "", description: "Professional exterior detailing", featuresTitle: "Features", 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" }
},
{
id: "complete", name: "Interior and Exterior", price: "$125", description: "Ultimate complete package", features: [
id: "complete", tag: "Interior and Exterior", price: "$125", period: "", description: "Ultimate complete package", featuresTitle: "Features", features: [
"Full interior deep cleaning", "Complete exterior detailing", "Paint protection coating", "Leather conditioning", "Odor elimination", "Premium ceramic sealant"
],
button: { text: "Book Now", href: "#contact" }