From 9b4cacd57d822ad60dc88bb7255c974dc8b6e8f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:11:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ff9fcc..a080eb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"] } ]} /> @@ -94,8 +94,10 @@ export default function LandingPage() {