Merge version_1 into main #12
@@ -345,7 +345,7 @@ const products = [
|
||||
{
|
||||
title: "Premium Headphones",
|
||||
description: "Wireless noise-cancelling headphones with 30-hour battery life.",
|
||||
price: "$149",
|
||||
price: "$99",
|
||||
image: "/images/headphones.jpg"
|
||||
},
|
||||
// ... more products
|
||||
|
||||
@@ -102,12 +102,12 @@ 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: "$149", subtitle: "Full interior detailing", features: [
|
||||
price: "$99", subtitle: "Full interior detailing", features: [
|
||||
"Complete interior detail", "Door Panels ", " ", "Interior vacuuming", ""],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user