Update src/app/pricing/page.tsx
This commit is contained in:
@@ -39,58 +39,31 @@ export default function PricingPage() {
|
||||
<PricingCardTwo
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Growing Schools",
|
||||
badgeIcon: Sprout,
|
||||
price: "$4,999",
|
||||
subtitle: "Per Month",
|
||||
buttons: [
|
||||
id: "1", badge: "Growing Schools", badgeIcon: Sprout,
|
||||
price: "$4,999", subtitle: "Per Month", buttons: [
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Up to 500 students",
|
||||
"Basic reporting tools",
|
||||
"Email support",
|
||||
"Monthly administrator training",
|
||||
],
|
||||
"Up to 500 students", "Basic reporting tools", "Email support", "Monthly administrator training"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Established Institutions",
|
||||
badgeIcon: Star,
|
||||
price: "$9,999",
|
||||
subtitle: "Per Month",
|
||||
buttons: [
|
||||
id: "2", badge: "Established Institutions", badgeIcon: Star,
|
||||
price: "$9,999", subtitle: "Per Month", buttons: [
|
||||
{ text: "Get Started", href: "#" },
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Up to 2,500 students",
|
||||
"Advanced analytics suite",
|
||||
"Priority support",
|
||||
"Bi-weekly training sessions",
|
||||
"Custom integrations",
|
||||
],
|
||||
"Up to 2,500 students", "Advanced analytics suite", "Priority support", "Bi-weekly training sessions", "Custom integrations"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Enterprise Excellence",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom",
|
||||
subtitle: "Tailored Solutions",
|
||||
buttons: [
|
||||
id: "3", badge: "Enterprise Excellence", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Tailored Solutions", buttons: [
|
||||
{ text: "Schedule Demo", href: "/contact" },
|
||||
{ text: "Speak to Expert", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited students",
|
||||
"White-label options",
|
||||
"Dedicated account manager",
|
||||
"24/7 premium support",
|
||||
"Custom development",
|
||||
"Multi-campus management",
|
||||
],
|
||||
"Unlimited students", "White-label options", "Dedicated account manager", "24/7 premium support", "Custom development", "Multi-campus management"],
|
||||
},
|
||||
]}
|
||||
title="Transparent, Scalable Pricing"
|
||||
@@ -106,23 +79,14 @@ export default function PricingPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does implementation typically take?",
|
||||
content:
|
||||
"Our implementation timeline varies based on school size and complexity. Most institutions go live within 4-8 weeks. This includes data migration, staff training, and comprehensive system setup. Our dedicated implementation team works closely with your IT department to ensure smooth transition.",
|
||||
},
|
||||
id: "1", title: "How long does implementation typically take?", content:
|
||||
"Our implementation timeline varies based on school size and complexity. Most institutions go live within 4-8 weeks. This includes data migration, staff training, and comprehensive system setup. Our dedicated implementation team works closely with your IT department to ensure smooth transition."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What security measures protect student data?",
|
||||
content:
|
||||
"We employ enterprise-grade security including end-to-end encryption, role-based access controls, regular penetration testing, and GDPR/FERPA compliance. All data is backed up hourly with redundant systems. We're SOC 2 Type II certified and maintain the highest industry security standards.",
|
||||
},
|
||||
id: "2", title: "What security measures protect student data?", content:
|
||||
"We employ enterprise-grade security including end-to-end encryption, role-based access controls, regular penetration testing, and GDPR/FERPA compliance. All data is backed up hourly with redundant systems. We're SOC 2 Type II certified and maintain the highest industry security standards."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can Scholaris integrate with existing systems?",
|
||||
content:
|
||||
"Yes. Scholaris integrates seamlessly with popular education platforms including Google Classroom, Microsoft Teams, learning management systems, and accounting software. Our API documentation supports custom integrations. Our technical team can work with your vendors.",
|
||||
},
|
||||
id: "3", title: "Can Scholaris integrate with existing systems?", content:
|
||||
"Yes. Scholaris integrates seamlessly with popular education platforms including Google Classroom, Microsoft Teams, learning management systems, and accounting software. Our API documentation supports custom integrations. Our technical team can work with your vendors."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find comprehensive answers to common questions about Scholaris implementation, features, and support."
|
||||
@@ -137,8 +101,7 @@ export default function PricingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -146,8 +109,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -155,8 +117,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Support", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user