From 4248b469628ec46580538c7bb82b210fba4941c6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 20:35:14 +0000 Subject: [PATCH] Bob AI: Rewrite the descriptions of the pricing cards to focus on the 'why' and target a --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4afb9e6..df2fb1d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -86,11 +86,11 @@ export default function HomePage() { description="Choose the plan that fits your needs." plans={[ { - tag: "Individual", price: "$9/mo", period: "monthly", description: "Perfect for personal use.", primaryButton: { text: "Get Started", href: "#" }, + tag: "Individual", price: "$9/mo", period: "monthly", description: "For everyday tasks and personal organization.", primaryButton: { text: "Get Started", href: "#" }, featuresTitle: "Included features:", features: ["Personalized voice AI", "Background task limits", "Unlimited device sync"] }, { - tag: "Professional", price: "$29/mo", period: "monthly", description: "Advanced power features.", primaryButton: { text: "Get Pro", href: "#" }, + tag: "Professional", price: "$29/mo", period: "monthly", description: "For busy professionals needing advanced automation.", primaryButton: { text: "Get Pro", href: "#" }, featuresTitle: "Everything in Basic, plus:", features: ["Advanced task planning", "Priority voice processing", "Team collaborative tools"] } ]} -- 2.49.1