Merge version_1 into main #12

Merged
bender merged 2 commits from version_1 into main 2026-03-03 22:10:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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", ""],
},
{