From c26400786ad36f400b434d2a31a4aa7a5f758d6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:00:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 424 ++++++++++------------------------------------- 1 file changed, 91 insertions(+), 333 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1d26c..a37c196 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,35 +34,21 @@ export default function LandingPage() { @@ -70,113 +56,63 @@ export default function LandingPage() { @@ -186,10 +122,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Empowering Every Learner, Everywhere" description={[ - "EduVerse is more than just an online classroom; it's a revolutionary learning ecosystem designed to cater to the diverse needs of students globally. Our platform integrates cutting-edge gamification techniques to make education engaging, effective, and truly enjoyable.", - "We believe that learning should be an adventure, not a chore. With adaptive pacing, students can accelerate through content at their optimal speed, completing entire curriculums far ahead of traditional schedules, or take their time with complex subjects, ensuring complete comprehension.", - "Our commitment extends to inclusive education, providing robust digital accessibility features that support students with various disabilities. Combined with full compliance with government education standards and streamlined automated registration, EduVerse is the future of personalized learning.", - ]} + "EduVerse is more than just an online classroom; it's a revolutionary learning ecosystem designed to cater to the diverse needs of students globally. Our platform integrates cutting-edge gamification techniques to make education engaging, effective, and truly enjoyable.", "We believe that learning should be an adventure, not a chore. With adaptive pacing, students can accelerate through content at their optimal speed, completing entire curriculums far ahead of traditional schedules, or take their time with complex subjects, ensuring complete comprehension.", "Our commitment extends to inclusive education, providing robust digital accessibility features that support students with various disabilities. Combined with full compliance with government education standards and streamlined automated registration, EduVerse is the future of personalized learning."]} showBorder={false} /> @@ -201,51 +134,27 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Gamified Learning Paths", - subtitle: "Turn lessons into adventures with points, badges, and leaderboards. Make every achievement count and keep students motivated.", - category: "Engagement", - value: "Boosts motivation", - buttons: [ + id: "f1", title: "Gamified Learning Paths", subtitle: "Turn lessons into adventures with points, badges, and leaderboards. Make every achievement count and keep students motivated.", category: "Engagement", value: "Boosts motivation", buttons: [ { - text: "Learn More", - }, + text: "Learn More"}, ], }, { - id: "f2", - title: "Self-Paced Curriculum", - subtitle: "Students can advance at their ideal speed, completing a year's content in a month or taking extra time as needed, ensuring mastery.", - category: "Flexibility", - value: "Personalized speed", - buttons: [ + id: "f2", title: "Self-Paced Curriculum", subtitle: "Students can advance at their ideal speed, completing a year's content in a month or taking extra time as needed, ensuring mastery.", category: "Flexibility", value: "Personalized speed", buttons: [ { - text: "Discover Freedom", - }, + text: "Discover Freedom"}, ], }, { - id: "f3", - title: "Digital Accessibility Tools", - subtitle: "Inclusive design and specialized tools ensure that students with disabilities have full access and equal opportunities to learn.", - category: "Inclusivity", - value: "WCAG Compliant", - buttons: [ + id: "f3", title: "Digital Accessibility Tools", subtitle: "Inclusive design and specialized tools ensure that students with disabilities have full access and equal opportunities to learn.", category: "Inclusivity", value: "WCAG Compliant", buttons: [ { - text: "See Accessibility", - }, + text: "See Accessibility"}, ], }, { - id: "f4", - title: "Automated Compliance & Registration", - subtitle: "Effortlessly meet government education standards and streamline student registration into official databases with our smart system.", - category: "Efficiency", - value: "Seamless Integration", - buttons: [ + id: "f4", title: "Automated Compliance & Registration", subtitle: "Effortlessly meet government education standards and streamline student registration into official databases with our smart system.", category: "Efficiency", value: "Seamless Integration", buttons: [ { - text: "View Details", - }, + text: "View Details"}, ], }, ]} @@ -260,68 +169,27 @@ export default function LandingPage() { @@ -573,13 +335,9 @@ export default function LandingPage() {