Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 16:01:14 +00:00

View File

@@ -75,23 +75,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=1",
imageAlt: "Student learning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=1",
imageAlt: "Student digital learning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=1",
imageAlt: "Modern educational technology",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=1",
imageAlt: "Student success",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=1",
imageAlt: "Academic achiever",
},
]}
@@ -152,37 +152,37 @@ export default function LandingPage() {
id: "c1",
name: "Class 10 Boards",
price: "$499",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=2",
},
{
id: "c2",
name: "Class 12 Boards",
price: "$599",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=2",
},
{
id: "c3",
name: "Competitive Exams",
price: "$799",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=2",
},
{
id: "c4",
name: "Foundations",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=3",
},
{
id: "c5",
name: "Advanced Prep",
price: "$699",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=3",
},
{
id: "c6",
name: "Crash Courses",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=3",
},
]}
title="Our Specialized Courses"
@@ -199,28 +199,28 @@ export default function LandingPage() {
title: "Experienced Teachers",
description: "Learn from the best mentors in the industry.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=2",
imageAlt: "student digital learning tablet bright room",
},
{
title: "Proven Results",
description: "Consistent high rankings year over year.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=4",
imageAlt: "education books class 10 boards",
},
{
title: "Personal Attention",
description: "Small batches for individual growth.",
buttonIcon: "User",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=4",
imageAlt: "science books class 12 boards",
},
{
title: "Weekly Tests",
description: "Regular assessment to track your progress.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=4",
imageAlt: "competitive exam preparation books",
},
]}
@@ -240,14 +240,14 @@ export default function LandingPage() {
name: "Sarah J.",
role: "Topper Class 10",
testimonial: "The guidance I received here was life-changing. 98% in boards!",
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=2",
},
{
id: "t2",
name: "Mark D.",
role: "Competitive Exam",
testimonial: "Structured tests really helped me stay focused. I'm fully prepared.",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=1",
},
{
id: "t3",
@@ -261,14 +261,14 @@ export default function LandingPage() {
name: "David K.",
role: "Student",
testimonial: "The demo class convinced me, and I haven't looked back since.",
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=3",
},
{
id: "t5",
name: "Jane W.",
role: "Topper",
testimonial: "Everything is organized and clear. Best coaching experience!",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=2",
},
]}
title="Student Success Stories"
@@ -291,7 +291,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=3"
logoText="EduCoach Pro"
columns={[
{