diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d7cad7..eb75f6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,19 +161,19 @@ export default function HomePage() { plans={[ { id: "starter", badge: "For Small Academies", badgeIcon: Zap, - price: "$299/month", subtitle: "Perfect for growing institutions", features: [ + price: "$299/month", subtitle: "Recommended for growing institutions", features: [ "Up to 100 students", "5 teacher accounts", "Basic attendance tracking", "Email support", "Monthly reports", "Single academy account" ], }, { id: "professional", badge: "Most Popular", badgeIcon: Zap, - price: "$799/month", subtitle: "Ideal for established academies", features: [ + price: "$799/month", subtitle: "Recommended for established academies", features: [ "Up to 500 students", "20 teacher accounts", "Advanced attendance system", "Priority support", "Real-time analytics", "Invoice generation", "Mobile app access", "Custom branding" ], }, { id: "enterprise", badge: "For Large Institutions", badgeIcon: Zap, - price: "Custom", subtitle: "Enterprise-grade solutions", features: [ + price: "Custom", subtitle: "Recommended for large multi-campus networks", features: [ "Unlimited students", "Unlimited teachers", "Multi-campus support", "24/7 dedicated support", "Advanced security features", "API access", "Custom integrations", "Dedicated account manager" ], },