From 492d742be0efbc096a2bb605f515ba359d6902dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 11:00:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 375 ++++++++++------------------------------------- 1 file changed, 79 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39a2952..62e21a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,34 +34,20 @@ export default function LandingPage() { @@ -120,19 +89,13 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "A Platform Built for Connections and Growth", - }, + type: "text", content: "A Platform Built for Connections and Growth"}, ]} buttons={[ { - text: "Our Mission", - href: "#", - }, + text: "Our Mission", href: "#"}, { - text: "Why Bright Learn?", - href: "#features", - }, + text: "Why Bright Learn?", href: "#features"}, ]} /> @@ -144,52 +107,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Personalized Learning Paths", - description: "Tailored content adapts to each student's pace and style, ensuring optimal understanding and progress.", - bentoComponent: "reveal-icon", - icon: GraduationCap, - imageSrc: "http://img.b2bpic.net/free-photo/tutor-home-pupil-learning_23-2148511067.jpg", - imageAlt: "education network connectivity abstract", + title: "Personalized Learning Paths", description: "Tailored content adapts to each student's pace and style, ensuring optimal understanding and progress.", bentoComponent: "reveal-icon", icon: GraduationCap, }, { - title: "Interactive Course Materials", - description: "Engage with lessons through rich multimedia, quizzes, and simulations that bring topics to life.", - bentoComponent: "reveal-icon", - icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-nerd-logo-template_23-2149203377.jpg", - imageAlt: "education network connectivity abstract", + title: "Interactive Course Materials", description: "Engage with lessons through rich multimedia, quizzes, and simulations that bring topics to life.", bentoComponent: "reveal-icon", icon: BookOpen, }, { - title: "Seamless Parent-Teacher Communication", - description: "Stay informed with real-time updates on student performance and direct messaging with educators.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-vr-headset-sitting-spherical-chair_74855-3186.jpg?_wi=2", - imageAlt: "education network connectivity abstract", + title: "Seamless Parent-Teacher Communication", description: "Stay informed with real-time updates on student performance and direct messaging with educators.", bentoComponent: "reveal-icon", icon: Users, }, { - title: "Performance Analytics & Insights", - description: "Detailed dashboards provide actionable data for students, parents, and institutions to track progress.", - bentoComponent: "reveal-icon", - icon: LineChart, - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-drawing-i-miss-you-message-her-mom-video-call_23-2149120891.jpg?_wi=2", - imageAlt: "education network connectivity abstract", + title: "Performance Analytics & Insights", description: "Detailed dashboards provide actionable data for students, parents, and institutions to track progress.", bentoComponent: "reveal-icon", icon: LineChart, }, { - title: "Collaborative Project Spaces", - description: "Facilitate group projects and discussions with integrated tools for teamwork and idea sharing.", - bentoComponent: "reveal-icon", - icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/cute-multiethnic-kids-learning-use-virtual-reality-glasses_74855-16359.jpg?_wi=2", - imageAlt: "education network connectivity abstract", + title: "Collaborative Project Spaces", description: "Facilitate group projects and discussions with integrated tools for teamwork and idea sharing.", bentoComponent: "reveal-icon", icon: Lightbulb, }, { - title: "Secure & Intuitive Platform", - description: "Enjoy a safe and easy-to-navigate environment, ensuring focus remains on learning.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063028.jpg?_wi=2", - imageAlt: "education network connectivity abstract", + title: "Secure & Intuitive Platform", description: "Enjoy a safe and easy-to-navigate environment, ensuring focus remains on learning.", bentoComponent: "reveal-icon", icon: Shield, }, ]} title="Innovative Tools for Modern Learning" @@ -199,33 +132,16 @@ export default function LandingPage() {
@@ -471,62 +279,37 @@ export default function LandingPage() { logoText="Bright Learn" columns={[ { - title: "Platform", - items: [ + title: "Platform", 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"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "Help Center", - href: "#", - }, + label: "Help Center", href: "#"}, ], }, ]}