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"> <div id="pricing" data-section="pricing">
<PricingCardEight <PricingCardEight
title="Special Offers & Bundles" title="Special Offers & Bundles (coming soon)"
description="Get more value with our curated beauty bundles and special pricing" description="Get more value with our curated beauty bundles and special pricing"
tag="Bundles" tag="Bundles (coming soon)"
plans={[ plans={[
{ {
id: "starter", badge: "Essential", badgeIcon: Sparkles, 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: [ features: [
"Face Serum", "Foundation", "Eye Cream", "Free beauty guide" "Face Serum", "Foundation", "Eye Cream", "Free beauty guide"
], ],
}, },
{ {
id: "deluxe", badge: "Most Popular", badgeIcon: Crown, 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: [ 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, 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: [ features: [
"Full skincare system", "Complete makeup collection", "Professional tools set", "Exclusive VIP samples", "Priority support", "Quarterly product updates" "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" tag="Visit Us"
tagIcon={MapPin} tagIcon={MapPin}
title="Find Our Beauty Shop" 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={[ buttons={[
{ text: "Get Directions", href: "https://maps.google.com" }, { text: "Get Directions", href: "https://maps.google.com" },
{ text: "Contact Us", href: "#" }, { text: "Contact Us", href: "#" },
@@ -201,7 +201,7 @@ export default function LandingPage() {
title: "Shop", items: [ title: "Shop", items: [
{ label: "Skincare", href: "#products" }, { label: "Skincare", href: "#products" },
{ label: "Makeup", href: "#products" }, { label: "Makeup", href: "#products" },
{ label: "Bundles", href: "#pricing" }, { label: "Bundles (coming soon)", href: "#pricing" },
], ],
}, },
{ {