From 9003f2803cccc253329e47b8d153d82426d0bd78 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:16:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3174a87..844de71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." -- 2.49.1