Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-11 21:14:28 +00:00

View File

@@ -67,9 +67,9 @@ export default function LandingPage() {
]}
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: "Student actively engaging with the Braa Education AI-powered dashboard, leading to higher grades"},
{
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/robot-with-pallette-paint-brush_1048-3598.jpg", imageAlt: "An AI tutor providing personalized, step-by-step assistance to a student"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -199,22 +199,22 @@ export default function LandingPage() {
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"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5121.jpg", imageAlt: "Sarah Johnson, a student who improved her grades with Braa Education's AI tutor"},
{
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"},
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, a student who aced his Higher Maths exam using Braa Education's SQA resources"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/joyful-pretty-businesswoman-has-found-solution_1262-1864.jpg", imageAlt: "Emily Rodriguez, a student motivated by Braa Education's gamified learning experience"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-cinema-tape-white-high-quality-photo_114579-63257.jpg", imageAlt: "David Kim, a student who found chemistry concepts clearer with Braa Education's interactive notes"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13242.jpg", imageAlt: "Olivia White, a student who improved her English grades with Braa Education's adaptive exam engine"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-girl-wearing-eyeglasses-sitting-outdoors-park_169016-65495.jpg", imageAlt: "James Brown, a teacher praising Braa Education for its personalized learning tools"},
]}
showRating={true}
title="Hear From Our Top Achievers"
@@ -254,7 +254,7 @@ export default function LandingPage() {
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"
imageAlt="Student receiving support and information from Braa Education AI for frequently asked questions, improving understanding"
mediaAnimation="slide-up"
title="Your Answers, Instantly."
description="Find quick answers to the most common questions about Braa Education, its features, and how it can boost your grades."
@@ -291,4 +291,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}