Merge version_1 into main #2
249
src/app/page.tsx
249
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EduManage"
|
||||
/>
|
||||
@@ -54,47 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Empowering Education Through Technology"
|
||||
description="Streamline operations, boost student performance, and enhance communication with the industry's most robust school management platform."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Demo", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369873.jpg?_wi=1",
|
||||
imageAlt: "futuristic school dashboard analytics",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369873.jpg", imageAlt: "futuristic school dashboard analytics"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104980.jpg?_wi=1",
|
||||
imageAlt: "teacher classroom dashboard interface",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104980.jpg", imageAlt: "teacher classroom dashboard interface"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062193.jpg?_wi=1",
|
||||
imageAlt: "education management software dashboard",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062193.jpg", imageAlt: "education management software dashboard"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
|
||||
imageAlt: "academic progress tracking dashboard",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "academic progress tracking dashboard"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg",
|
||||
imageAlt: "student assignment portal interface",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg", imageAlt: "student assignment portal interface"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/educating-students-library_23-2147678874.jpg",
|
||||
imageAlt: "school admin settings dashboard",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/educating-students-library_23-2147678874.jpg", imageAlt: "school admin settings dashboard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,46 +77,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Attendance Tracking",
|
||||
description: "Seamless digital attendance management with real-time reporting for teachers and parents.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/preschool-education-banners_1284-72110.jpg",
|
||||
imageAlt: "mobile attendance tracking app ui",
|
||||
},
|
||||
title: "Attendance Tracking", description: "Seamless digital attendance management with real-time reporting for teachers and parents.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/preschool-education-banners_1284-72110.jpg", imageAlt: "mobile attendance tracking app ui"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-holding-textbooks-texting-mates-phone-close-up-studio-background_482257-97642.jpg",
|
||||
imageAlt: "student progress mobile app ui",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369873.jpg?_wi=2",
|
||||
imageAlt: "mobile attendance tracking app ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-holding-textbooks-texting-mates-phone-close-up-studio-background_482257-97642.jpg", imageAlt: "student progress mobile app ui"},
|
||||
},
|
||||
{
|
||||
title: "Smart Scheduling",
|
||||
description: "Automated timetable creation and room management, reducing conflicts and optimizing daily routines.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-teacher-explaining-online-maths-exercise-library-university_839833-33456.jpg",
|
||||
imageAlt: "teacher schedule mobile app view",
|
||||
},
|
||||
title: "Smart Scheduling", description: "Automated timetable creation and room management, reducing conflicts and optimizing daily routines.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-teacher-explaining-online-maths-exercise-library-university_839833-33456.jpg", imageAlt: "teacher schedule mobile app view"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-doing-her-classes-home_23-2148597974.jpg",
|
||||
imageAlt: "parent communication mobile app screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104980.jpg?_wi=2",
|
||||
imageAlt: "mobile attendance tracking app ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-doing-her-classes-home_23-2148597974.jpg", imageAlt: "parent communication mobile app screen"},
|
||||
},
|
||||
{
|
||||
title: "Academic Management",
|
||||
description: "Comprehensive grade books, exam management, and performance analysis at your fingertips.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-35418.jpg",
|
||||
imageAlt: "exam results student app mobile",
|
||||
},
|
||||
title: "Academic Management", description: "Comprehensive grade books, exam management, and performance analysis at your fingertips.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-woman-with-smartphone-notepads-window-morning_169016-35418.jpg", imageAlt: "exam results student app mobile"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-teenage-girl-enjoying-mandatory-literature-book-library_482257-127852.jpg",
|
||||
imageAlt: "school fees payment mobile interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062193.jpg?_wi=2",
|
||||
imageAlt: "mobile attendance tracking app ui",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-teenage-girl-enjoying-mandatory-literature-book-library_482257-127852.jpg", imageAlt: "school fees payment mobile interface"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -161,25 +108,13 @@ export default function LandingPage() {
|
||||
tag="Trusted by 500+ Schools"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40%",
|
||||
description: "Reduced admin workload",
|
||||
},
|
||||
id: "1", value: "40%", description: "Reduced admin workload"},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.9%",
|
||||
description: "System uptime",
|
||||
},
|
||||
id: "2", value: "99.9%", description: "System uptime"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
description: "Schools empowered",
|
||||
},
|
||||
id: "3", value: "500+", description: "Schools empowered"},
|
||||
{
|
||||
id: "4",
|
||||
value: "1M+",
|
||||
description: "Students managed",
|
||||
},
|
||||
id: "4", value: "1M+", description: "Students managed"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -192,57 +127,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$499/mo",
|
||||
subtitle: "Perfect for small private schools.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", price: "$499/mo", subtitle: "Perfect for small private schools.", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"500 Students",
|
||||
"Standard Reporting",
|
||||
"Email Support",
|
||||
],
|
||||
"500 Students", "Standard Reporting", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Advanced",
|
||||
price: "$999/mo",
|
||||
subtitle: "Scale your growth with pro tools.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Advanced", price: "$999/mo", subtitle: "Scale your growth with pro tools.", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Students",
|
||||
"Custom Analytics",
|
||||
"Priority Support",
|
||||
"Advanced API",
|
||||
],
|
||||
"Unlimited Students", "Custom Analytics", "Priority Support", "Advanced API"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
price: "Custom",
|
||||
subtitle: "For large school districts.",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise", price: "Custom", subtitle: "For large school districts.", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Dedicated Manager",
|
||||
"On-Prem Options",
|
||||
"Custom Integrations",
|
||||
"Security Audit",
|
||||
],
|
||||
"Dedicated Manager", "On-Prem Options", "Custom Integrations", "Security Audit"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
@@ -256,45 +162,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Game Changer",
|
||||
quote: "The platform has completely digitized our grading and reporting system. It saved us hundreds of hours.",
|
||||
name: "Sarah Miller",
|
||||
role: "Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg",
|
||||
},
|
||||
id: "1", title: "Game Changer", quote: "The platform has completely digitized our grading and reporting system. It saved us hundreds of hours.", name: "Sarah Miller", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless Integration",
|
||||
quote: "Implementing this into our daily curriculum was seamless. The support team is fantastic.",
|
||||
name: "David Thompson",
|
||||
role: "Head Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg",
|
||||
},
|
||||
id: "2", title: "Seamless Integration", quote: "Implementing this into our daily curriculum was seamless. The support team is fantastic.", name: "David Thompson", role: "Head Teacher", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Happy Parents",
|
||||
quote: "Parents are so much more involved now that they have real-time access to student performance data.",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Parent Liaison",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mothers-spending-time-together-with-their-daughter-home_23-2148998172.jpg",
|
||||
},
|
||||
id: "3", title: "Happy Parents", quote: "Parents are so much more involved now that they have real-time access to student performance data.", name: "Elena Rodriguez", role: "Parent Liaison", imageSrc: "http://img.b2bpic.net/free-photo/mothers-spending-time-together-with-their-daughter-home_23-2148998172.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Reliable Analytics",
|
||||
quote: "We finally have clear data on student performance trends across all departments.",
|
||||
name: "James Chen",
|
||||
role: "Academic Dean",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call-home_23-2148990123.jpg",
|
||||
},
|
||||
id: "4", title: "Reliable Analytics", quote: "We finally have clear data on student performance trends across all departments.", name: "James Chen", role: "Academic Dean", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call-home_23-2148990123.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Efficient Admin",
|
||||
quote: "The scheduling features are industry-leading and have simplified our planning process.",
|
||||
name: "Martha Wilson",
|
||||
role: "Office Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-library_1262-2398.jpg",
|
||||
},
|
||||
id: "5", title: "Efficient Admin", quote: "The scheduling features are industry-leading and have simplified our planning process.", name: "Martha Wilson", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-library_1262-2398.jpg"},
|
||||
]}
|
||||
title="What Educators Say"
|
||||
description="Hear how our platform transforms daily operations for institutions worldwide."
|
||||
@@ -306,25 +182,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is the system secure?",
|
||||
content: "Yes, we use industry-standard encryption for all student and staff data.",
|
||||
},
|
||||
id: "1", title: "Is the system secure?", content: "Yes, we use industry-standard encryption for all student and staff data."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer training?",
|
||||
content: "Our team provides full onboarding and training sessions for all school staff.",
|
||||
},
|
||||
id: "2", title: "Do you offer training?", content: "Our team provides full onboarding and training sessions for all school staff."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate my SIS?",
|
||||
content: "We offer robust APIs to integrate seamlessly with your current Student Information System.",
|
||||
},
|
||||
id: "3", title: "Can I integrate my SIS?", content: "We offer robust APIs to integrate seamlessly with your current Student Information System."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there a mobile app?",
|
||||
content: "Yes, our mobile app works on iOS and Android for real-time access on the go.",
|
||||
},
|
||||
id: "4", title: "Is there a mobile app?", content: "Yes, our mobile app works on iOS and Android for real-time access on the go."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Need more info on our platform? We're here to help."
|
||||
@@ -336,8 +200,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Book a Demo"
|
||||
title="Get Started Today"
|
||||
description="Ready to modernize your institution? Book a demo with our experts."
|
||||
@@ -352,33 +215,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user