diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c6b9e76..c0e3d0a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -115,7 +115,7 @@ export default function ProductsPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Star, - price: "$49", subtitle: "Essential skincare basics", features: [ + price: "49", subtitle: "Essential skincare basics", features: [ "Gentle Cleansing Oil", "Hydrating Serum", "Basic moisturizer", "Access to skincare tips" ], buttons: [ @@ -124,7 +124,7 @@ export default function ProductsPage() { }, { id: "2", badge: "Most Popular", badgeIcon: Heart, - price: "$129", subtitle: "Complete daily routine", features: [ + price: "129", subtitle: "Complete daily routine", features: [ "All Starter products", "Premium face cream", "Weekly face mask", "Email skincare support", "15% member discount" ], buttons: [ @@ -133,7 +133,7 @@ export default function ProductsPage() { }, { id: "3", badge: "Luxury", badgeIcon: Crown, - price: "$249", subtitle: "Full professional regimen", features: [ + price: "249", subtitle: "Full professional regimen", features: [ "All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount" ], buttons: [