Merge version_1 into main #1
313
src/app/page.tsx
313
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
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: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg"
|
||||
logoAlt="Braa Education Logo"
|
||||
@@ -67,42 +55,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="The Future of Learning, Powered by AI"
|
||||
description="Master any subject, ace your exams, and unlock your full academic potential with Braa Education's world-class AI-powered platform."
|
||||
tag="Ignite Your Potential"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning Free",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Learning Free", href: "#pricing"},
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-41666.jpg",
|
||||
imageAlt: "Braa Education student dashboard with progress charts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-41666.jpg", imageAlt: "Braa Education student dashboard with progress charts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-with-pallette-paint-brush_1048-3598.jpg",
|
||||
imageAlt: "AI-powered tutor assisting a student",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg",
|
||||
imageAlt: "Person writing on sticky notes to remember task on computer. Business woman using post it memo paper as reminder to work on project planning for company efficiency and inspiration.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-desk-diagram_1163-2765.jpg",
|
||||
imageAlt: "Top view of a mobile phone on a desk, diagram",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg",
|
||||
imageAlt: "Close up hands holding tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-with-pallette-paint-brush_1048-3598.jpg", imageAlt: "AI-powered tutor assisting a student"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -115,21 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Unleash Academic Excellence with Braa Education",
|
||||
},
|
||||
type: "text", content: "Unleash Academic Excellence with Braa Education"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252495.jpg",
|
||||
imageAlt: "Integrated educational platform showcasing various learning resources",
|
||||
},
|
||||
text: "Discover Our Vision", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,76 +98,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
label: "SQA Integration",
|
||||
title: "Master National & Higher Exams",
|
||||
items: [
|
||||
"National 4, National 5, Higher & Advanced Higher support",
|
||||
"SQA-style questions & exams",
|
||||
"Topic-by-topic revision & exam preparation",
|
||||
"Detailed marking schemes & examiner tips",
|
||||
"Extensive past-paper practice",
|
||||
],
|
||||
id: "feat-1", label: "SQA Integration", title: "Master National & Higher Exams", items: [
|
||||
"National 4, National 5, Higher & Advanced Higher support", "SQA-style questions & exams", "Topic-by-topic revision & exam preparation", "Detailed marking schemes & examiner tips", "Extensive past-paper practice"],
|
||||
},
|
||||
{
|
||||
id: "feat-2",
|
||||
label: "Question Bank",
|
||||
title: "Over 1,000,000 Practice Questions",
|
||||
items: [
|
||||
"Multiple choice, fill in the blanks, short answer & more",
|
||||
"Difficulty levels & subject tagging",
|
||||
"Full explanations & step-by-step solutions",
|
||||
"Related revision notes for every question",
|
||||
"Rich media support: diagrams, charts, maps",
|
||||
],
|
||||
id: "feat-2", label: "Question Bank", title: "Over 1,000,000 Practice Questions", items: [
|
||||
"Multiple choice, fill in the blanks, short answer & more", "Difficulty levels & subject tagging", "Full explanations & step-by-step solutions", "Related revision notes for every question", "Rich media support: diagrams, charts, maps"],
|
||||
},
|
||||
{
|
||||
id: "feat-3",
|
||||
label: "Adaptive Exam Engine",
|
||||
title: "Personalized Test & Mock Exam Prep",
|
||||
items: [
|
||||
"Timed, practice, mock & adaptive exams",
|
||||
"Auto-marking & instant feedback",
|
||||
"Score analysis & weak-topic detection",
|
||||
"Improvement suggestions & exam review mode",
|
||||
"Topic, unit & full-course tests",
|
||||
],
|
||||
id: "feat-3", label: "Adaptive Exam Engine", title: "Personalized Test & Mock Exam Prep", items: [
|
||||
"Timed, practice, mock & adaptive exams", "Auto-marking & instant feedback", "Score analysis & weak-topic detection", "Improvement suggestions & exam review mode", "Topic, unit & full-course tests"],
|
||||
},
|
||||
{
|
||||
id: "feat-4",
|
||||
label: "Interactive Notes System",
|
||||
title: "Detailed & Engaging Revision Resources",
|
||||
items: [
|
||||
"Beginner to advanced explanations",
|
||||
"Worked examples & key definitions",
|
||||
"Formula sheets & summary sheets",
|
||||
"Common mistakes & exam tips sections",
|
||||
"Visual diagrams & interactive learning blocks",
|
||||
],
|
||||
id: "feat-4", label: "Interactive Notes System", title: "Detailed & Engaging Revision Resources", items: [
|
||||
"Beginner to advanced explanations", "Worked examples & key definitions", "Formula sheets & summary sheets", "Common mistakes & exam tips sections", "Visual diagrams & interactive learning blocks"],
|
||||
},
|
||||
{
|
||||
id: "feat-5",
|
||||
label: "AI-Powered Learning",
|
||||
title: "Your Intelligent Study Assistant",
|
||||
items: [
|
||||
"Explain concepts & solve problems step-by-step",
|
||||
"Generate practice questions & create study plans",
|
||||
"Identify weak areas & recommend resources",
|
||||
"Real-time answers to student questions",
|
||||
"Personalized learning pathways",
|
||||
],
|
||||
id: "feat-5", label: "AI-Powered Learning", title: "Your Intelligent Study Assistant", items: [
|
||||
"Explain concepts & solve problems step-by-step", "Generate practice questions & create study plans", "Identify weak areas & recommend resources", "Real-time answers to student questions", "Personalized learning pathways"],
|
||||
},
|
||||
{
|
||||
id: "feat-6",
|
||||
label: "Gamified Learning",
|
||||
title: "Earn Rewards, Climb Leaderboards",
|
||||
items: [
|
||||
"XP system, levels & achievement badges",
|
||||
"Daily challenges & weekly goals",
|
||||
"Leaderboards to compete with friends",
|
||||
"Learning rewards & unlockable content",
|
||||
"Transform studying into an engaging game",
|
||||
],
|
||||
id: "feat-6", label: "Gamified Learning", title: "Earn Rewards, Climb Leaderboards", items: [
|
||||
"XP system, levels & achievement badges", "Daily challenges & weekly goals", "Leaderboards to compete with friends", "Learning rewards & unlockable content", "Transform studying into an engaging game"],
|
||||
},
|
||||
]}
|
||||
title="Your All-in-One Learning Ecosystem"
|
||||
@@ -228,20 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "1,000,000+",
|
||||
description: "Questions Mastered",
|
||||
},
|
||||
id: "metric-1", value: "1,000,000+", description: "Questions Mastered"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "95%+",
|
||||
description: "Student Pass Rate",
|
||||
},
|
||||
id: "metric-2", value: "95%+", description: "Student Pass Rate"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "200,000+",
|
||||
description: "Hours Saved Studying",
|
||||
},
|
||||
id: "metric-3", value: "200,000+", description: "Hours Saved Studying"},
|
||||
]}
|
||||
title="Track Your Progress, Elevate Your Performance"
|
||||
description="Visualize your learning journey with advanced analytics and personalized insights, keeping you motivated and on track."
|
||||
@@ -257,60 +157,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-free",
|
||||
badge: "Basic",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Essential learning tools",
|
||||
buttons: [
|
||||
id: "plan-free", badge: "Basic", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Essential learning tools", buttons: [
|
||||
{
|
||||
text: "Start Free",
|
||||
},
|
||||
text: "Start Free"},
|
||||
],
|
||||
features: [
|
||||
"Limited access to notes",
|
||||
"Basic question practice",
|
||||
"Progress tracking",
|
||||
"Community support",
|
||||
],
|
||||
"Limited access to notes", "Basic question practice", "Progress tracking", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "plan-pro",
|
||||
badge: "Pro",
|
||||
badgeIcon: Sparkles,
|
||||
price: "£9.99/month",
|
||||
subtitle: "Full access to all features",
|
||||
buttons: [
|
||||
id: "plan-pro", badge: "Pro", badgeIcon: Sparkles,
|
||||
price: "£9.99/month", subtitle: "Full access to all features", buttons: [
|
||||
{
|
||||
text: "Go Pro",
|
||||
},
|
||||
text: "Go Pro"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited notes & revision",
|
||||
"Full question bank access",
|
||||
"Adaptive exam engine",
|
||||
"Basic AI tutor access",
|
||||
"Gamified learning",
|
||||
],
|
||||
"Unlimited notes & revision", "Full question bank access", "Adaptive exam engine", "Basic AI tutor access", "Gamified learning"],
|
||||
},
|
||||
{
|
||||
id: "plan-elite",
|
||||
badge: "Elite",
|
||||
badgeIcon: Sparkles,
|
||||
price: "£19.99/month",
|
||||
subtitle: "Ultimate personalized learning",
|
||||
buttons: [
|
||||
id: "plan-elite", badge: "Elite", badgeIcon: Sparkles,
|
||||
price: "£19.99/month", subtitle: "Ultimate personalized learning", buttons: [
|
||||
{
|
||||
text: "Get Elite",
|
||||
},
|
||||
text: "Get Elite"},
|
||||
],
|
||||
features: [
|
||||
"All Pro features",
|
||||
"Advanced AI-powered study plans",
|
||||
"Priority support",
|
||||
"Exclusive masterclasses",
|
||||
"Offline resources",
|
||||
],
|
||||
"All Pro features", "Advanced AI-powered study plans", "Priority support", "Exclusive masterclasses", "Offline resources"],
|
||||
},
|
||||
]}
|
||||
title="Unlock Premium Learning"
|
||||
@@ -327,59 +198,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_learns",
|
||||
testimonial: "Braa Education changed my academic life! The AI tutor is incredible, explaining complex physics concepts in a way I finally understood. My grades have soared!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5121.jpg",
|
||||
imageAlt: "Sarah Johnson, student",
|
||||
},
|
||||
id: "t-1", name: "Sarah Johnson", handle: "@sarah_learns", testimonial: "Braa Education changed my academic life! The AI tutor is incredible, explaining complex physics concepts in a way I finally understood. My grades have soared!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5121.jpg", imageAlt: "Sarah Johnson, student"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mike_mastery",
|
||||
testimonial: "The SQA past papers and marking schemes are a game-changer. I felt completely prepared for my Higher Maths exam, and the question bank is massive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-sports-hoodie-standing-street-night-illuminated-signboards-neon-lights_613910-21190.jpg",
|
||||
imageAlt: "Michael Chen, student",
|
||||
},
|
||||
id: "t-2", name: "Michael Chen", handle: "@mike_mastery", testimonial: "The SQA past papers and marking schemes are a game-changer. I felt completely prepared for my Higher Maths exam, and the question bank is massive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-sports-hoodie-standing-street-night-illuminated-signboards-neon-lights_613910-21190.jpg", imageAlt: "Michael Chen, student"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_studies",
|
||||
testimonial: "I love the gamification! Earning badges and competing on the leaderboards makes studying actually fun. It keeps me motivated every day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg",
|
||||
imageAlt: "Emily Rodriguez, student",
|
||||
},
|
||||
id: "t-3", name: "Emily Rodriguez", handle: "@emily_studies", testimonial: "I love the gamification! Earning badges and competing on the leaderboards makes studying actually fun. It keeps me motivated every day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg", imageAlt: "Emily Rodriguez, student"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David Kim",
|
||||
handle: "@david_science",
|
||||
testimonial: "The interactive notes system for Chemistry is phenomenal. Visual diagrams and worked examples made difficult topics so much clearer. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-cinema-tape-white-high-quality-photo_114579-63257.jpg",
|
||||
imageAlt: "David Kim, student",
|
||||
},
|
||||
id: "t-4", name: "David Kim", handle: "@david_science", testimonial: "The interactive notes system for Chemistry is phenomenal. Visual diagrams and worked examples made difficult topics so much clearer. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-cinema-tape-white-high-quality-photo_114579-63257.jpg", imageAlt: "David Kim, student"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Olivia White",
|
||||
handle: "@olivia_grades",
|
||||
testimonial: "Braa Education's adaptive exam engine is brilliant. It detected my weak areas in English and helped me focus my revision. I saw real improvement!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13242.jpg",
|
||||
imageAlt: "Olivia White, student",
|
||||
},
|
||||
id: "t-5", name: "Olivia White", handle: "@olivia_grades", testimonial: "Braa Education's adaptive exam engine is brilliant. It detected my weak areas in English and helped me focus my revision. I saw real improvement!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13242.jpg", imageAlt: "Olivia White, student"},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "James Brown",
|
||||
handle: "@james_success",
|
||||
testimonial: "As a teacher, I'm impressed by the platform's ability to personalize learning. It's truly a world-class tool for student success and engagement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-girl-wearing-eyeglasses-sitting-outdoors-park_169016-65495.jpg",
|
||||
imageAlt: "James Brown, teacher",
|
||||
},
|
||||
id: "t-6", name: "James Brown", handle: "@james_success", testimonial: "As a teacher, I'm impressed by the platform's ability to personalize learning. It's truly a world-class tool for student success and engagement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-girl-wearing-eyeglasses-sitting-outdoors-park_169016-65495.jpg", imageAlt: "James Brown, teacher"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Top Achievers"
|
||||
@@ -394,14 +229,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Academia Global",
|
||||
"Innovate Schools",
|
||||
"Future Prep Institute",
|
||||
"EdTech Alliance",
|
||||
"LearnFast Network",
|
||||
"Knowledge Hub",
|
||||
"Bright Minds Academy",
|
||||
]}
|
||||
"Academia Global", "Innovate Schools", "Future Prep Institute", "EdTech Alliance", "LearnFast Network", "Knowledge Hub", "Bright Minds Academy"]}
|
||||
title="Recognized by Leading Educational Institutions"
|
||||
description="Our commitment to academic excellence is supported by collaborations with top schools and educational bodies worldwide."
|
||||
tag="TRUSTED PARTNERS"
|
||||
@@ -417,25 +245,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What is Braa Education?",
|
||||
content: "Braa Education is a world-class AI-powered learning platform designed to help students master any subject and ace their exams. It combines comprehensive revision resources, a massive question bank, adaptive exams, and a personalized AI tutor into one modern ecosystem.",
|
||||
},
|
||||
id: "faq-1", title: "What is Braa Education?", content: "Braa Education is a world-class AI-powered learning platform designed to help students master any subject and ace their exams. It combines comprehensive revision resources, a massive question bank, adaptive exams, and a personalized AI tutor into one modern ecosystem."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How does the AI tutor work?",
|
||||
content: "Our AI tutor can explain complex concepts, solve problems step-by-step, generate practice questions tailored to your needs, create personalized study plans, and identify your weak areas to recommend specific resources. It's like having a personal mentor available 24/7.",
|
||||
},
|
||||
id: "faq-2", title: "How does the AI tutor work?", content: "Our AI tutor can explain complex concepts, solve problems step-by-step, generate practice questions tailored to your needs, create personalized study plans, and identify your weak areas to recommend specific resources. It's like having a personal mentor available 24/7."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What subjects and SQA levels are supported?",
|
||||
content: "We support all major subjects including Mathematics, English, Physics, Chemistry, Biology, Computer Science, Geography, History, Business, Economics, and Modern Languages. We offer complete support for SQA National 4, National 5, Higher, and Advanced Higher qualifications.",
|
||||
},
|
||||
id: "faq-3", title: "What subjects and SQA levels are supported?", content: "We support all major subjects including Mathematics, English, Physics, Chemistry, Biology, Computer Science, Geography, History, Business, Economics, and Modern Languages. We offer complete support for SQA National 4, National 5, Higher, and Advanced Higher qualifications."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Is there a free trial for Braa Education?",
|
||||
content: "Yes, Braa Education offers a free plan with essential learning tools, limited access to notes, and basic question practice. This allows you to experience the platform before upgrading to a Pro or Elite plan for full access to all features.",
|
||||
},
|
||||
id: "faq-4", title: "Is there a free trial for Braa Education?", content: "Yes, Braa Education offers a free plan with essential learning tools, limited access to notes, and basic question practice. This allows you to experience the platform before upgrading to a Pro or Elite plan for full access to all features."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plushy-woman-work_23-2151887940.jpg"
|
||||
imageAlt="Student interacting with AI support for FAQs"
|
||||
@@ -452,14 +268,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to revolutionize your learning? Get in touch with our team today and start your journey to academic success!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -470,13 +283,9 @@ export default function LandingPage() {
|
||||
logoAlt="Braa Education Footer Logo"
|
||||
logoText="Braa Education"
|
||||
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