Merge version_1 into main #3
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg", imageAlt: "Student learning"},
|
||||
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", imageAlt: "Student digital learning"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=1", imageAlt: "Student digital learning"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,17 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "c1", name: "Class 10 Boards", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg"},
|
||||
id: "c1", name: "Class 10 Boards", price: "$499", 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"},
|
||||
id: "c2", name: "Class 12 Boards", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=1"},
|
||||
{
|
||||
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"},
|
||||
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?_wi=1"},
|
||||
{
|
||||
id: "c4", name: "Foundations", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg"},
|
||||
id: "c4", name: "Foundations", price: "$399", 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"},
|
||||
id: "c5", name: "Advanced Prep", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=2"},
|
||||
{
|
||||
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"},
|
||||
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?_wi=2"},
|
||||
]}
|
||||
title="Our Specialized Courses"
|
||||
description="Comprehensive coaching programs designed for excellence."
|
||||
@@ -127,16 +127,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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", imageAlt: "student digital learning tablet bright room"},
|
||||
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", imageAlt: "education books class 10 boards"},
|
||||
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", imageAlt: "science books class 12 boards"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=3", 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", imageAlt: "competitive exam preparation books"},
|
||||
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", imageAlt: "competitive exam preparation books"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We prioritize student success through structured learning paths."
|
||||
@@ -150,15 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", 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"},
|
||||
id: "t1", 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?_wi=1"},
|
||||
{
|
||||
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"},
|
||||
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?_wi=1"},
|
||||
{
|
||||
id: "t3", name: "Emily R.", role: "Topper Class 12", testimonial: "Small batches allowed me to clear doubts easily. Excellent faculty.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-standing-profile-view-holding-note-pads-with-both-hands-looking-camera-isolated-olive-green-background_141793-135028.jpg"},
|
||||
{
|
||||
id: "t4", 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"},
|
||||
id: "t4", 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?_wi=2"},
|
||||
{
|
||||
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"},
|
||||
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?_wi=2"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear what our toppers have to say about their journey."
|
||||
@@ -179,7 +179,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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user