Merge version_1 into main #4
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user