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() {