Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:45:34 +00:00

View File

@@ -121,27 +121,27 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
title="Special Offers & Bundles"
title="Special Offers & Bundles (coming soon)"
description="Get more value with our curated beauty bundles and special pricing"
tag="Bundles"
tag="Bundles (coming soon)"
plans={[
{
id: "starter", badge: "Essential", badgeIcon: Sparkles,
price: "Kes 5000 ", subtitle: "Perfect for beginners", buttons: [{ text: "Get Bundle", href: "#" }],
price: "Kes 2500 ", 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: "Kes 9000 ", subtitle: "Best value bundle", buttons: [{ text: "Get Bundle", href: "#" }],
price: "Kes 5000 ", 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"
"Complete skincare set", "3-piece makeup collection", "Luxury cosmetic bag", "Personal beauty consultation", "Free delivery within Zimmerman"
],
},
{
id: "premium", badge: "VIP", badgeIcon: Gift,
price: "Kes 15000 ", subtitle: "Ultimate beauty collection", buttons: [{ text: "Get Bundle", href: "#" }],
price: "Kes 10000 ", 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"
],
@@ -201,7 +201,7 @@ export default function LandingPage() {
title: "Shop", items: [
{ label: "Skincare", href: "#products" },
{ label: "Makeup", href: "#products" },
{ label: "Bundles", href: "#pricing" },
{ label: "Bundles (coming soon)", href: "#pricing" },
],
},
{