From c9ad25e03d8e8fdb377c3aabbc0865a2a7ccb0f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99431cd..470d1fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,21 +127,21 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Essential", badgeIcon: Sparkles, - price: "$89.99", subtitle: "Perfect for beginners", buttons: [{ text: "Get Bundle", href: "#" }], + price: "Kes 5000 ", subtitle: "Perfect for beginners", buttons: [{ text: "Get Bundle", href: "#" }], features: [ "Face Serum", "Foundation", "Eye Cream", "Free beauty guide" ], }, { id: "deluxe", badge: "Most Popular", badgeIcon: Crown, - price: "$149.99", subtitle: "Best value bundle", buttons: [{ text: "Get Bundle", href: "#" }], + price: "Kes 9000 ", subtitle: "Best value bundle", buttons: [{ text: "Get Bundle", href: "#" }], features: [ "Complete skincare set", "3-piece makeup collection", "Luxury cosmetic bag", "Personal beauty consultation", "Free shipping" ], }, { id: "premium", badge: "VIP", badgeIcon: Gift, - price: "$199.99", subtitle: "Ultimate beauty collection", buttons: [{ text: "Get Bundle", href: "#" }], + price: "Kes 15000 ", subtitle: "Ultimate beauty collection", buttons: [{ text: "Get Bundle", href: "#" }], features: [ "Full skincare system", "Complete makeup collection", "Professional tools set", "Exclusive VIP samples", "Priority support", "Quarterly product updates" ], -- 2.49.1