Merge version_1 into main #10

Merged
bender merged 2 commits from version_1 into main 2026-03-03 22:05:19 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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"