From 1b991ab7c1bda6db015b4fab0925294fff30aa6b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:05:13 +0000 Subject: [PATCH 1/2] Update docs/PREVIEW_PAGE_STANDARDS.md --- docs/PREVIEW_PAGE_STANDARDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PREVIEW_PAGE_STANDARDS.md b/docs/PREVIEW_PAGE_STANDARDS.md index 7ed66ef..2f0612b 100644 --- a/docs/PREVIEW_PAGE_STANDARDS.md +++ b/docs/PREVIEW_PAGE_STANDARDS.md @@ -345,7 +345,7 @@ const products = [ { title: "Premium Headphones", description: "Wireless noise-cancelling headphones with 30-hour battery life.", - price: "$299", + price: "$99", image: "/images/headphones.jpg" }, // ... more products -- 2.49.1 From 9e71740f790c98222b386bef5ce351d2c408ed16 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:05:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f329120..3589743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ Detailing" features={[ { id: "exterior", label: "Exterior", title: "Professional Exterior Detailing", items: [ - "Paint protection and shine restoration", "Wheel and tire deep cleaning", "Engine bay detailing", "Glass and trim conditioning"], + "Door Panels and shine restoration", "Wheel and tire deep cleaning", "Engine bay detailing", "Glass and trim conditioning"], buttons: [{ text: "View Details", href: "#" }], }, { @@ -102,18 +102,18 @@ Detailing" plans={[ { id: "basic", badge: "Popular", badgeIcon: Sparkles, - price: "$149", subtitle: "Basic exterior shine", features: [ + price: "$99", subtitle: "Basic exterior shine", features: [ "Exterior wash and dry", "Wheel cleaning", "Window cleaning", "Tire shine"], }, { id: "premium", badge: "Best Value", badgeIcon: Star, - price: "$299", subtitle: "Full exterior detailing", features: [ - "Complete exterior detail", "Paint protection", "Engine bay cleaning", "Interior vacuuming", "Dashboard wipe"], + price: "$99", subtitle: "Full interior detailing", features: [ + "Complete interior detail", "Door Panels ", " ", "Interior vacuuming", ""], }, { id: "elite", badge: "Ultimate", badgeIcon: Crown, - price: "$499", subtitle: "Premium full package", features: [ - "Complete exterior detail", "Full interior detailing", "Leather conditioning", "Paint sealant application", "Odor elimination", "Engine bay detailing"], + price: "$239", subtitle: "Premium full package", features: [ + "Complete interior detail", "Full interior detailing", "Leather conditioning", "Paint sealant application", "Odor elimination", "Engine bay detailing"], }, ]} title="Transparent Pricing" -- 2.49.1