2 Commits

Author SHA1 Message Date
ec5825c034 Update src/app/page.tsx 2026-03-05 20:45:29 +00:00
0cf6f8b810 Update src/app/page.tsx 2026-03-05 20:41:19 +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"
],
@@ -158,7 +158,7 @@ export default function LandingPage() {
tag="Visit Us"
tagIcon={MapPin}
title="Find Our Beauty Shop"
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."
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."
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", href: "#pricing" },
{ label: "Bundles (coming soon)", href: "#pricing" },
],
},
{