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"] } ]}