Merge version_5 into main #7
@@ -122,13 +122,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Entry", price: "$150", subtitle: "Essential maintenance.", features: ["Exterior Foam Bath", "Window Cleaning", "Interior Vacuum"],
|
||||
id: "basic", badge: "Entry", price: "$90 ", subtitle: "Essential maintenance.", features: ["Exterior Foam Bath", "Exterior Window Cleaning", "Tire Dressing "],
|
||||
},
|
||||
{
|
||||
id: "standard", badge: "Popular", price: "$250", subtitle: "Complete renewal.", features: ["All Basic Services", "Leather Conditioning", "Paint Sealant", "Tire Shine"],
|
||||
id: "standard", badge: "Popular", price: "$120", subtitle: "Intior Package", features: ["", "Leather Con", "Basic Ceramic Coating ", "Tire Shine"],
|
||||
},
|
||||
{
|
||||
id: "elite", badge: "Elite", price: "$450", subtitle: "Ultimate preservation.", features: ["All Standard Services", "Ceramic Coating", "Full Clay Bar", "Headlight Restoration"],
|
||||
id: "elite", badge: "Elite", price: "$120", subtitle: "Ultimate preservation.", features: ["All Standard Services", "Ceramic Coating", "Full Clay Bar", ""],
|
||||
},
|
||||
]}
|
||||
title="Transparent Detailing Packages"
|
||||
@@ -143,9 +143,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", description: "Vehicles Detailed" },
|
||||
{ id: "m1", value: "+", description: "Vehicles Detailed" },
|
||||
{ id: "m2", value: "100%", description: "Satisfaction Guarantee" },
|
||||
{ id: "m3", value: "5/5", description: "Average Rating" },
|
||||
{ id: "m3", value: "", description: "Average Rating" },
|
||||
]}
|
||||
title="Results You Can Trust"
|
||||
description="We are proud of our commitment to quality."
|
||||
|
||||
Reference in New Issue
Block a user