Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-15 16:11:51 +00:00

View File

@@ -85,8 +85,8 @@ export default function LandingPage() {
title="Floral Subscription Services"
description="Fresh arrangements delivered weekly to your doorstep in Westlands."
plans={[
{ id: "basic", badge: "Essential", price: "KSh 10,000", subtitle: "Weekly fresh stems", features: ["Fresh stems", "Standard delivery", "Care guide"], buttons: [{ text: "Select" }] },
{ id: "pro", badge: "Signature", price: "KSh 25,000", subtitle: "Boutique arrangements", features: ["Bi-weekly blooms", "Priority delivery", "Custom fragrance"], buttons: [{ text: "Select" }] }
{ id: "basic", badge: "Essential", price: "KSh 10,000", subtitle: "Weekly fresh stems", buttons: [{ text: "Select" }], features: ["Fresh stems", "Standard delivery", "Care guide"] },
{ id: "pro", badge: "Signature", price: "KSh 25,000", subtitle: "Boutique arrangements", buttons: [{ text: "Select" }], features: ["Bi-weekly blooms", "Priority delivery", "Custom fragrance"] }
]}
/>
</div>
@@ -94,8 +94,10 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="Our Impact"
description="Measuring the growth and joy we bring to Westlands."
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
metrics={[
{ id: "m1", value: "15,000+", title: "Happy Clients", description: "Serving the Westlands community since inception.", imageSrc: "http://img.b2bpic.net/free-photo/flower-arrangement-fresh-flowers-pumpkin_169016-5452.jpg" },
{ id: "m2", value: "200+", title: "Designs", description: "Signature floral artistry from Shamneel Court.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg" }
@@ -106,6 +108,7 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardEleven
title="Our Florists"
description="The passionate hands behind our floral designs."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}