diff --git a/src/app/page.tsx b/src/app/page.tsx
index d92bf9f..d7761f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -71,37 +71,6 @@ export default function HomePage() {
/>
-
-
-
-
@@ -108,19 +109,22 @@ export default function ProductsPage() {
plans={[
{
id: "1", badge: "Starter", badgeIcon: Star,
- price: "$49", subtitle: "Essential skincare basics", features: [
+ 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", features: [
+ 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", features: [
+ 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"
]
}