Merge version_1 into main #1
207
src/app/page.tsx
207
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Stats",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Stats", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="EduManage"
|
||||
/>
|
||||
@@ -58,79 +48,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Empowering Education Through Intelligent Management"
|
||||
description="Streamline administrative tasks, enhance communication, and foster better learning outcomes with our all-in-one school management ecosystem."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Schools Served",
|
||||
},
|
||||
value: "500+", label: "Schools Served"},
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Uptime Reliability",
|
||||
},
|
||||
value: "99.9%", label: "Uptime Reliability"},
|
||||
{
|
||||
value: "1M+",
|
||||
label: "Students Managed",
|
||||
},
|
||||
value: "1M+", label: "Students Managed"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Demo", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/college-scholar-reviewing-academic-sources-copy-space-screen_482257-122532.jpg"
|
||||
imageAlt="EduManage Dashboard"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3445.jpg",
|
||||
alt: "Admin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3445.jpg", alt: "Admin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-professor-teaching-school_23-2150911637.jpg",
|
||||
alt: "Teacher",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-professor-teaching-school_23-2150911637.jpg", alt: "Teacher"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-thoughtful-young-woman-with-curly-hair-wears-spectacles-casual-clothes-carries-tablet-strolls-outside-urban-setting-clever-female-student-holds-modern-gadget-poses-street_273609-56927.jpg",
|
||||
alt: "IT Pro",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-thoughtful-young-woman-with-curly-hair-wears-spectacles-casual-clothes-carries-tablet-strolls-outside-urban-setting-clever-female-student-holds-modern-gadget-poses-street_273609-56927.jpg", alt: "IT Pro"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-glasses-library-with-folder-documents-wear-white-blouse-black-mini-skirt-sexy-business-woman-teacher-concept_627829-11375.jpg",
|
||||
alt: "Headmaster",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-glasses-library-with-folder-documents-wear-white-blouse-black-mini-skirt-sexy-business-woman-teacher-concept_627829-11375.jpg", alt: "Headmaster"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/my-work-make-me-lot-happiness_329181-15160.jpg",
|
||||
alt: "Registrar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/my-work-make-me-lot-happiness_329181-15160.jpg", alt: "Registrar"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Scalable Infrastructure",
|
||||
type: "text", text: "Scalable Infrastructure"},
|
||||
{
|
||||
type: "text", text: "Data Privacy Guaranteed"},
|
||||
{
|
||||
type: "text-icon", text: "24/7 Support", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Privacy Guaranteed",
|
||||
},
|
||||
type: "text", text: "Cloud Native"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud Native",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Integration",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Fast Integration", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,34 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Management",
|
||||
title: "Student Records",
|
||||
items: [
|
||||
"Centralized database",
|
||||
"Automated history logs",
|
||||
"Fast lookup system",
|
||||
],
|
||||
id: "f1", label: "Management", title: "Student Records", items: [
|
||||
"Centralized database", "Automated history logs", "Fast lookup system"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Operations",
|
||||
title: "Attendance Tracking",
|
||||
items: [
|
||||
"Real-time reporting",
|
||||
"Automated notifications",
|
||||
"Historical analytics",
|
||||
],
|
||||
id: "f2", label: "Operations", title: "Attendance Tracking", items: [
|
||||
"Real-time reporting", "Automated notifications", "Historical analytics"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Connectivity",
|
||||
title: "Parent Portal",
|
||||
items: [
|
||||
"Direct messaging",
|
||||
"Grade notifications",
|
||||
"Event scheduling",
|
||||
],
|
||||
id: "f3", label: "Connectivity", title: "Parent Portal", items: [
|
||||
"Direct messaging", "Grade notifications", "Event scheduling"],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Features for Modern Schools"
|
||||
@@ -180,30 +123,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
title: "Admin Time Saved",
|
||||
description: "Reduce paperwork and manual data entry tasks.",
|
||||
icon: Clock,
|
||||
id: "m1", value: "40%", title: "Admin Time Saved", description: "Reduce paperwork and manual data entry tasks.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25%",
|
||||
title: "Engagement Growth",
|
||||
description: "Higher parent and student interaction rates.",
|
||||
icon: Users,
|
||||
id: "m2", value: "25%", title: "Engagement Growth", description: "Higher parent and student interaction rates.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "60%",
|
||||
title: "Data Accuracy",
|
||||
description: "Eliminate human errors in record keeping.",
|
||||
icon: ShieldCheck,
|
||||
id: "m3", value: "60%", title: "Data Accuracy", description: "Eliminate human errors in record keeping.", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Efficiency in Numbers"
|
||||
@@ -219,25 +151,15 @@ export default function LandingPage() {
|
||||
author="Sarah Jenkins, Principal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3445.jpg",
|
||||
alt: "Admin",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-her-office_1301-3445.jpg", alt: "Admin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-professor-teaching-school_23-2150911637.jpg",
|
||||
alt: "Teacher",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-professor-teaching-school_23-2150911637.jpg", alt: "Teacher"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-thoughtful-young-woman-with-curly-hair-wears-spectacles-casual-clothes-carries-tablet-strolls-outside-urban-setting-clever-female-student-holds-modern-gadget-poses-street_273609-56927.jpg",
|
||||
alt: "IT Pro",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-thoughtful-young-woman-with-curly-hair-wears-spectacles-casual-clothes-carries-tablet-strolls-outside-urban-setting-clever-female-student-holds-modern-gadget-poses-street_273609-56927.jpg", alt: "IT Pro"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-glasses-library-with-folder-documents-wear-white-blouse-black-mini-skirt-sexy-business-woman-teacher-concept_627829-11375.jpg",
|
||||
alt: "Headmaster",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-glasses-library-with-folder-documents-wear-white-blouse-black-mini-skirt-sexy-business-woman-teacher-concept_627829-11375.jpg", alt: "Headmaster"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/my-work-make-me-lot-happiness_329181-15160.jpg",
|
||||
alt: "Registrar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/my-work-make-me-lot-happiness_329181-15160.jpg", alt: "Registrar"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -250,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is the system secure?",
|
||||
content: "Yes, we prioritize data privacy with AES-256 encryption.",
|
||||
},
|
||||
id: "q1", title: "Is the system secure?", content: "Yes, we prioritize data privacy with AES-256 encryption."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does implementation take?",
|
||||
content: "Typically 2-4 weeks depending on school size.",
|
||||
},
|
||||
id: "q2", title: "How long does implementation take?", content: "Typically 2-4 weeks depending on school size."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer training?",
|
||||
content: "Comprehensive training modules are provided for all staff.",
|
||||
},
|
||||
id: "q3", title: "Do you offer training?", content: "Comprehensive training modules are provided for all staff."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-business-chart-with-plans_23-2148513794.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -277,14 +190,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to modernize your school administration? Let's discuss your requirements today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:hello@example.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:hello@example.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -294,42 +204,27 @@ export default function LandingPage() {
|
||||
logoText="EduManage"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Metrics",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Metrics", href: "#metrics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user