Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:56:00 +00:00
parent ec0a8a7ad2
commit 3af249e6e1

View File

@@ -136,34 +136,34 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "basic", badge: "Free", badgeIcon: Sparkles, id: "basic", badge: "Free", badgeIcon: Sparkles,
price: "$0", subtitle: "Start your journey with essential AI planning", buttons: [ price: "$0", subtitle: "Begin your journey with essential smart planning", buttons: [
{ {
text: "Get Started Free", href: "#"}, text: "Get Started Free", href: "#"},
], ],
features: [ features: [
"Basic AI scheduling & optimization", "5 customizable daily reminders", "Single device sync", "Standard email support"], "Core AI scheduling & optimization", "Unlimited basic reminders", "Single device access", "Community forum support", "Daily task list", "Limited calendar integrations"],
}, },
{ {
id: "pro", badge: "Popular", badgeIcon: Zap, id: "pro", badge: "Popular", badgeIcon: Zap,
price: "$9/month", subtitle: "Advanced AI for maximized personal productivity", buttons: [ price: "$9/month", subtitle: "Elevate your productivity with advanced AI features", buttons: [
{ {
text: "Choose Pro Plan", href: "#"}, text: "Go Pro Now", href: "#"},
], ],
features: [ features: [
"Advanced AI scheduling & optimization", "Unlimited proactive reminders", "Multi-device synchronization", "Priority chat support", "Calendar & app integrations", "AI-powered task prioritization"], "Intelligent multi-factor scheduling", "Unlimited proactive & smart reminders", "Seamless multi-device sync", "Priority email & chat support", "Extensive calendar & app integrations", "AI-powered task prioritization & project management", "Customizable dashboards", "Offline access"],
}, },
{ {
id: "enterprise", badge: "Custom", badgeIcon: Shield, id: "enterprise", badge: "Custom", badgeIcon: Shield,
price: "Contact Sales", subtitle: "Tailored AI solutions for large organizations", buttons: [ price: "Contact Sales", subtitle: "Comprehensive, custom solutions for large-scale operations", buttons: [
{ {
text: "Request a Demo", href: "#contact"}, text: "Request a Demo", href: "#contact"},
], ],
features: [ features: [
"Dedicated AI customization & deployment", "Team collaboration & shared planning", "Advanced analytics & reporting", "24/7 VIP support & account management", "On-premise or private cloud options", "Custom integrations & APIs"], "Full AI customization & dedicated deployment", "Advanced team collaboration & shared workflows", "In-depth analytics & custom reporting", "24/7 VIP support & dedicated account manager", "On-premise / private cloud deployment", "Custom API & system integrations", "Advanced security & compliance", "Training & onboarding programs"],
}, },
]} ]}
title="Flexible AI Planning for Every Need" title="Unlock Your Potential with AI Planner Pro"
description="From individuals to large enterprises, AI Planner Pro offers a range of plans powered by advanced AI and a robust reminder system to fit your unique requirements." description="Choose the perfect plan to streamline your life and boost productivity, from powerful individual tools to comprehensive enterprise solutions."
/> />
</div> </div>