From f7ad7f1abda5972e840c139b43010afd7e9541e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 09:54:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9633706..0932bfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,15 +111,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "m", badge: "Monthly", price: "$40/mo", subtitle: "Perfect for homes", buttons: [{ text: "Subscribe", href: "#" }], + id: "m", badge: "Monthly", price: "$40/mo", subtitle: "Save 15% with Monthly", buttons: [{ text: "Subscribe", href: "#" }], features: ["1 delivery per month", "Standard seasonal flowers"], }, { - id: "w", badge: "Weekly", price: "$120/mo", subtitle: "For offices", buttons: [{ text: "Subscribe", href: "#" }], + id: "w", badge: "Weekly", price: "$120/mo", subtitle: "Best Value for Offices", buttons: [{ text: "Subscribe", href: "#" }], features: ["4 deliveries per month", "Premium selection"], }, { - id: "p", badge: "Pro", price: "$250/mo", subtitle: "For events", buttons: [{ text: "Subscribe", href: "#" }], + id: "p", badge: "Pro", price: "$250/mo", subtitle: "Exclusive Event Access", buttons: [{ text: "Subscribe", href: "#" }], features: ["Weekly luxury arrangements", "Priority support"], }, ]}