From 634fc5401a1ee4378cd9b8d7862c1c0eed21291b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:16:52 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 6f860ab..79607f4 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -109,24 +109,21 @@ export default function ProductsPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Star, - price: 49, - subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$49", subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "Gentle Cleansing Oil", "Hydrating Serum", "Basic moisturizer", "Access to skincare tips" ] }, { id: "2", badge: "Most Popular", badgeIcon: Heart, - price: 129, - subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$129", subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Starter products", "Premium face cream", "Weekly face mask", "Email skincare support", "15% member discount" ] }, { id: "3", badge: "Luxury", badgeIcon: Crown, - price: 249, - subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$249", subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount" ]