Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-20 11:30:13 +00:00

View File

@@ -112,16 +112,16 @@ export default function LandingPage() {
description="Choose from our comprehensive range of courses designed for every learning level. From core academics to competitive exam preparation, we have everything you need."
products={[
{
id: "math", name: "Mathematics", price: "Grades 612", imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg", imageAlt: "Mathematics course"
id: "math", name: "Mathematics", price: "Grades 612", imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg?_wi=1", imageAlt: "Mathematics course"
},
{
id: "science", name: "Science", price: "Physics, Chemistry, Biology", imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg", imageAlt: "Science course"
id: "science", name: "Science", price: "Physics, Chemistry, Biology", imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg?_wi=1", imageAlt: "Science course"
},
{
id: "english", name: "English Language & Grammar", price: "Comprehensive Communication", imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-reading-book_23-2147797457.jpg", imageAlt: "English course"
id: "english", name: "English Language & Grammar", price: "Comprehensive Communication", imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-reading-book_23-2147797457.jpg?_wi=1", imageAlt: "English course"
},
{
id: "coding", name: "Computer Science & Coding", price: "Python, Web Development", imageSrc: "http://img.b2bpic.net/free-vector/binary-code-algorithm-concept-background-virtual-learning_1017-45444.jpg", imageAlt: "Computer Science course"
id: "coding", name: "Computer Science & Coding", price: "Python, Web Development", imageSrc: "http://img.b2bpic.net/free-vector/binary-code-algorithm-concept-background-virtual-learning_1017-45444.jpg?_wi=1", imageAlt: "Computer Science course"
},
{
id: "competitive", name: "Competitive Exam Prep", price: "SSC, JEE, NEET", imageSrc: "http://img.b2bpic.net/free-vector/virtual-graduation-ceremony-concept_23-2148565903.jpg", imageAlt: "Competitive exam preparation"
@@ -144,19 +144,19 @@ export default function LandingPage() {
features={[
{
id: "expert-faculty", title: "Expert Faculty", author: "Qualification", description: "Qualified teachers with 10+ years of experience in their subjects, passionate about student success and continuous learning.", tags: ["Experienced", "Certified", "Dedicated"],
imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg", imageAlt: "Expert Faculty"
imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg?_wi=2", imageAlt: "Expert Faculty"
},
{
id: "structured-curriculum", title: "Structured Curriculum", author: "Proven Method", description: "Carefully designed study plans aligned with board and competitive exam syllabi, ensuring comprehensive coverage and better retention.", tags: ["Comprehensive", "Aligned", "Effective"],
imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg", imageAlt: "Structured Curriculum"
imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg?_wi=2", imageAlt: "Structured Curriculum"
},
{
id: "proven-results", title: "Proven Results", author: "Track Record", description: "95% of our students show significant grade improvement within one semester, with many achieving top ranks in competitive exams.", tags: ["Effective", "Verified", "Impactful"],
imageSrc: "http://img.b2bpic.net/free-vector/binary-code-algorithm-concept-background-virtual-learning_1017-45444.jpg", imageAlt: "Proven Results"
imageSrc: "http://img.b2bpic.net/free-vector/binary-code-algorithm-concept-background-virtual-learning_1017-45444.jpg?_wi=2", imageAlt: "Proven Results"
},
{
id: "flexible-batches", title: "Flexible Batches", author: "Convenience", description: "Morning, afternoon, and evening batches to suit every student's schedule. Online and offline options available for maximum flexibility.", tags: ["Convenient", "Flexible", "Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-reading-book_23-2147797457.jpg", imageAlt: "Flexible Batches"
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-reading-book_23-2147797457.jpg?_wi=2", imageAlt: "Flexible Batches"
}
]}
animationType="slide-up"