diff --git a/docs/PREVIEW_PAGE_STANDARDS.md b/docs/PREVIEW_PAGE_STANDARDS.md index de39a03..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: "$149", + price: "$99", image: "/images/headphones.jpg" }, // ... more products diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b05992..3589743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", ""], }, {