Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
226
src/app/page.tsx
226
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "dashboard"},
|
||||
{
|
||||
name: "Students",
|
||||
id: "students",
|
||||
},
|
||||
name: "Students", id: "students"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
name: "Courses", id: "courses"},
|
||||
{
|
||||
name: "Schedule",
|
||||
id: "schedule",
|
||||
},
|
||||
name: "Schedule", id: "schedule"},
|
||||
]}
|
||||
brandName="EduFlow"
|
||||
/>
|
||||
@@ -56,70 +48,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Modern School Management, Simplified"
|
||||
description="EduFlow empowers your academic institution with intelligent analytics, streamlined scheduling, and efficient student management."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Demo", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg"
|
||||
imageAlt="EduFlow Dashboard Interface"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-good-looking-university-student-sitting-meeting-with-friends-after-study_176420-16814.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-good-looking-university-student-sitting-meeting-with-friends-after-study_176420-16814.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267977.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267977.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-notebook-posing-classroom_23-2147655861.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-notebook-posing-classroom_23-2147655861.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286104.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286104.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-wearing-glasses-holding-mini-chalkboard-sitting-desk-with-school-tools-classroom_141793-136577.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-female-teacher-wearing-glasses-holding-mini-chalkboard-sitting-desk-with-school-tools-classroom_141793-136577.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ schools"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg",
|
||||
alt: "Analytics",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", alt: "Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Intelligent Analytics",
|
||||
},
|
||||
type: "text", text: "Intelligent Analytics"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blue-logo-design_187299-46607.jpg",
|
||||
alt: "Design",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-blue-logo-design_187299-46607.jpg", alt: "Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Scheduling",
|
||||
},
|
||||
type: "text", text: "Automated Scheduling"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendered-blue-menu-icon-within-circle_187299-47754.jpg",
|
||||
alt: "Efficiency",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendered-blue-menu-icon-within-circle_187299-47754.jpg", alt: "Efficiency"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,19 +96,13 @@ export default function LandingPage() {
|
||||
description="Our platform integrates all aspects of school management into one unified, intuitive dashboard designed for administrative efficiency."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Data-Driven Insights",
|
||||
description: "Visualize performance and attendance metrics instantly.",
|
||||
},
|
||||
title: "Data-Driven Insights", description: "Visualize performance and attendance metrics instantly."},
|
||||
{
|
||||
title: "Automated Scheduling",
|
||||
description: "Manage class sessions with simple drag-and-drop tools.",
|
||||
},
|
||||
title: "Automated Scheduling", description: "Manage class sessions with simple drag-and-drop tools."},
|
||||
{
|
||||
title: "Integrated Communication",
|
||||
description: "Connect with staff and students seamlessly.",
|
||||
},
|
||||
title: "Integrated Communication", description: "Connect with staff and students seamlessly."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-using-tablet-library_23-2147844846.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-using-tablet-library_23-2147844846.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -155,20 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Attendance",
|
||||
description: "Track attendance with real-time updates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calculator-money-wallet-investment-saving-finance-concept-pink-background-3d-rendering_56104-1432.jpg?_wi=1",
|
||||
},
|
||||
title: "Smart Attendance", description: "Track attendance with real-time updates.", imageSrc: "http://img.b2bpic.net/free-photo/calculator-money-wallet-investment-saving-finance-concept-pink-background-3d-rendering_56104-1432.jpg"},
|
||||
{
|
||||
title: "Grading Engine",
|
||||
description: "Automated weighted grading systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-cheering-cheerful-copy-space-campus_1134-1166.jpg?_wi=1",
|
||||
},
|
||||
title: "Grading Engine", description: "Automated weighted grading systems.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-cheering-cheerful-copy-space-campus_1134-1166.jpg"},
|
||||
{
|
||||
title: "Resource Allocation",
|
||||
description: "Optimize classroom and equipment usage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-icons-set_98292-15.jpg?_wi=1",
|
||||
},
|
||||
title: "Resource Allocation", description: "Optimize classroom and equipment usage.", imageSrc: "http://img.b2bpic.net/free-vector/time-management-icons-set_98292-15.jpg"},
|
||||
]}
|
||||
title="Comprehensive Management Suite"
|
||||
description="Unlock powerful tools to manage every department within your school."
|
||||
@@ -182,23 +131,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Total Students",
|
||||
value: "1,240+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Total Students", value: "1,240+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: BookOpen,
|
||||
title: "Courses Active",
|
||||
value: "85",
|
||||
},
|
||||
id: "m2", icon: BookOpen,
|
||||
title: "Courses Active", value: "85"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: TrendingUp,
|
||||
title: "Attendance Rate",
|
||||
value: "98.2%",
|
||||
},
|
||||
id: "m3", icon: TrendingUp,
|
||||
title: "Attendance Rate", value: "98.2%"},
|
||||
]}
|
||||
title="Key Institution KPIs"
|
||||
description="Monitor growth and student success metrics in real-time."
|
||||
@@ -207,28 +147,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
role: "CTO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-holding-abacus-explaining-lesson-smiling-friendly-showing-ok-sign-sitting-school-desk-front-blackboard-classroom_141793-131145.jpg",
|
||||
},
|
||||
id: "t2", name: "James Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teacher-wearing-glasses-holding-abacus-explaining-lesson-smiling-friendly-showing-ok-sign-sitting-school-desk-front-blackboard-classroom_141793-131145.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Davis",
|
||||
role: "Head of Education",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-student-girl-wearing-bandana-backpack-holding-note-pads-paper-coffee-cup-looking-camera-isolated-blue-background_141793-139727.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Davis", role: "Head of Education", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-student-girl-wearing-bandana-backpack-holding-note-pads-paper-coffee-cup-looking-camera-isolated-blue-background_141793-139727.jpg"},
|
||||
]}
|
||||
title="EduFlow Leadership"
|
||||
description="Built by educators and technology experts dedicated to the future of learning."
|
||||
@@ -241,60 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ts1",
|
||||
name: "Principal Smith",
|
||||
date: "2023",
|
||||
title: "Principal",
|
||||
quote: "EduFlow revolutionized how we manage attendance and grades.",
|
||||
tag: "Primary",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg?_wi=2",
|
||||
imageAlt: "principal portrait",
|
||||
},
|
||||
id: "ts1", name: "Principal Smith", date: "2023", title: "Principal", quote: "EduFlow revolutionized how we manage attendance and grades.", tag: "Primary", avatarSrc: "http://img.b2bpic.net/free-photo/concerned-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-83158.jpg", imageSrc: "http://img.b2bpic.net/free-photo/navigation-gps-map-location-travel-direction-website-icon-sign-symbol-illustration-3d-rendering_56104-1229.jpg", imageAlt: "principal portrait"},
|
||||
{
|
||||
id: "ts2",
|
||||
name: "Dr. Anderson",
|
||||
date: "2023",
|
||||
title: "Director",
|
||||
quote: "The best platform for academic performance monitoring.",
|
||||
tag: "University",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-female-teacher-wearing-glasses-sitting-desk-with-school-tools-classroom-pointing-finger-note-pad-looking-front-pointing-chalkboard-with-pen_141793-119942.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-tablet-library_23-2147844846.jpg?_wi=2",
|
||||
imageAlt: "principal portrait",
|
||||
},
|
||||
id: "ts2", name: "Dr. Anderson", date: "2023", title: "Director", quote: "The best platform for academic performance monitoring.", tag: "University", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-female-teacher-wearing-glasses-sitting-desk-with-school-tools-classroom-pointing-finger-note-pad-looking-front-pointing-chalkboard-with-pen_141793-119942.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-tablet-library_23-2147844846.jpg", imageAlt: "principal portrait"},
|
||||
{
|
||||
id: "ts3",
|
||||
name: "Maria Garcia",
|
||||
date: "2023",
|
||||
title: "Counselor",
|
||||
quote: "Students engagement improved significantly after deployment.",
|
||||
tag: "High School",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calculator-money-wallet-investment-saving-finance-concept-pink-background-3d-rendering_56104-1432.jpg?_wi=2",
|
||||
imageAlt: "principal portrait",
|
||||
},
|
||||
id: "ts3", name: "Maria Garcia", date: "2023", title: "Counselor", quote: "Students engagement improved significantly after deployment.", tag: "High School", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageSrc: "http://img.b2bpic.net/free-photo/calculator-money-wallet-investment-saving-finance-concept-pink-background-3d-rendering_56104-1432.jpg", imageAlt: "principal portrait"},
|
||||
{
|
||||
id: "ts4",
|
||||
name: "John Doe",
|
||||
date: "2023",
|
||||
title: "Superintendent",
|
||||
quote: "Scalability and reliability are truly top-notch.",
|
||||
tag: "District",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-teacher-welcoming-diverse-group-students-school-gate-backpacks_123827-36229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-cheering-cheerful-copy-space-campus_1134-1166.jpg?_wi=2",
|
||||
imageAlt: "principal portrait",
|
||||
},
|
||||
id: "ts4", name: "John Doe", date: "2023", title: "Superintendent", quote: "Scalability and reliability are truly top-notch.", tag: "District", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-teacher-welcoming-diverse-group-students-school-gate-backpacks_123827-36229.jpg", imageSrc: "http://img.b2bpic.net/free-photo/teenager-cheering-cheerful-copy-space-campus_1134-1166.jpg", imageAlt: "principal portrait"},
|
||||
{
|
||||
id: "ts5",
|
||||
name: "Sarah Jenkins",
|
||||
date: "2023",
|
||||
title: "Headmaster",
|
||||
quote: "Administrative burden is now a thing of the past.",
|
||||
tag: "Private School",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-is-posing-house_344912-160.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-icons-set_98292-15.jpg?_wi=2",
|
||||
imageAlt: "principal portrait",
|
||||
},
|
||||
id: "ts5", name: "Sarah Jenkins", date: "2023", title: "Headmaster", quote: "Administrative burden is now a thing of the past.", tag: "Private School", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-is-posing-house_344912-160.jpg", imageSrc: "http://img.b2bpic.net/free-vector/time-management-icons-set_98292-15.jpg", imageAlt: "principal portrait"},
|
||||
]}
|
||||
title="Trusted by Top Institutions"
|
||||
description="Hear what administrators say about managing their schools with EduFlow."
|
||||
@@ -307,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is EduFlow secure?",
|
||||
content: "Yes, we use enterprise-grade encryption for all data.",
|
||||
},
|
||||
id: "f1", title: "Is EduFlow secure?", content: "Yes, we use enterprise-grade encryption for all data."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can it integrate with LMS?",
|
||||
content: "Absolutely, we support seamless LTI integrations.",
|
||||
},
|
||||
id: "f2", title: "Can it integrate with LMS?", content: "Absolutely, we support seamless LTI integrations."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is mobile app available?",
|
||||
content: "Yes, full responsive web app available everywhere.",
|
||||
},
|
||||
id: "f3", title: "Is mobile app available?", content: "Yes, full responsive web app available everywhere."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about EduFlow."
|
||||
@@ -332,14 +207,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to modernize your school management?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Sales Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Our Sales Team", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -348,13 +220,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="EduFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user