Merge version_2_1781987691483 into main #2

Merged
bender merged 1 commits from version_2_1781987691483 into main 2026-06-20 20:35:17 +00:00

View File

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