Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:17:08 +00:00
parent c072471040
commit 9a19273b4e

View File

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