Merge version_1 into main #10
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user