7 Commits

Author SHA1 Message Date
dac227b4c3 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:13:25 +00:00
68349696be Merge version_1 into main
Merge version_1 into main
2026-03-05 20:13:06 +00:00
1c0ab21fc9 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:11:57 +00:00
d2d959ded9 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:08:29 +00:00
a3c2411b38 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:02:25 +00:00
9ba47c2c67 Merge version_1 into main
Merge version_1 into main
2026-03-05 20:00:30 +00:00
76965c86ef Merge version_1 into main
Merge version_1 into main
2026-03-05 19:55:45 +00:00

View File

@@ -121,27 +121,27 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
title="Special Offers & Bundles (coming soon)"
title="Special Offers & Bundles"
description="Get more value with our curated beauty bundles and special pricing"
tag="Bundles (coming soon)"
tag="Bundles"
plans={[
{
id: "starter", badge: "Essential", badgeIcon: Sparkles,
price: "Kes 2500 ", 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: "Kes 5000 ", 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 delivery within Zimmerman"
"Complete skincare set", "3-piece makeup collection", "Luxury cosmetic bag", "Personal beauty consultation", "Free shipping"
],
},
{
id: "premium", badge: "VIP", badgeIcon: Gift,
price: "Kes 10000 ", 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"
],
@@ -158,7 +158,7 @@ export default function LandingPage() {
tag="Visit Us"
tagIcon={MapPin}
title="Find Our Beauty Shop"
description="Visit our shop location to experience our full product range and receive personalized beauty consultations. Open Monday to Saturday, 9 AM to 8 PM and Sunday, 2PM to 10PM . Located Opposite Club Airport Tanners, Zimmerman."
description="Visit our boutique location to experience our full product range and receive personalized beauty consultations. Open Monday to Saturday, 9 AM to 8 PM and Sunday, 2PM to 10PM . Located Opposite Club Airport Tanners, Zimmerman."
buttons={[
{ text: "Get Directions", href: "https://maps.google.com" },
{ text: "Contact Us", href: "#" },
@@ -201,7 +201,7 @@ export default function LandingPage() {
title: "Shop", items: [
{ label: "Skincare", href: "#products" },
{ label: "Makeup", href: "#products" },
{ label: "Bundles (coming soon)", href: "#pricing" },
{ label: "Bundles", href: "#pricing" },
],
},
{