Update src/app/page.tsx

This commit is contained in:
2026-03-20 11:30:36 +00:00
parent d84b027828
commit 9baba6d44f

View File

@@ -88,16 +88,16 @@ export default function LandingPage() {
description="Proven results that speak for themselves. Logical Learners has transformed the academic journey of hundreds of students across multiple disciplines."
metrics={[
{
id: "students", value: "500+", title: "Students Enrolled", description: "Active learners across all subjects and levels"
id: "students", value: "500+", title: "Students Enrolled", description: "Active learners across all subjects and levels", imageSrc: "http://img.b2bpic.net/free-photo/hipster-guy-with-bushy-hair-sitting-university-canteen-scratching-his-head-with-pencil-trying-understand-how-accomplish-difficult-task-using-internet-helping_273609-7475.jpg", imageAlt: "student studying"
},
{
id: "years", value: "10+", title: "Years Teaching", description: "Over a decade of educational excellence"
id: "years", value: "10+", title: "Years Teaching", description: "Over a decade of educational excellence", imageSrc: "http://img.b2bpic.net/free-photo/student-online-cute-girl-glasses-sweater-studying-computer-smiling_140725-164128.jpg", imageAlt: "classroom learning"
},
{
id: "success", value: "95%", title: "Success Rate", description: "Students showing significant grade improvement"
id: "success", value: "95%", title: "Success Rate", description: "Students showing significant grade improvement", imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg", imageAlt: "success achievement"
},
{
id: "faculty", value: "25+", title: "Expert Faculty", description: "Highly qualified teachers across all subjects"
id: "faculty", value: "25+", title: "Expert Faculty", description: "Highly qualified teachers across all subjects", imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg", imageAlt: "expert teaching"
}
]}
animationType="slide-up"
@@ -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?_wi=1", imageAlt: "Mathematics course"
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: "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: "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: "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: "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: "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: "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: "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?_wi=2", imageAlt: "Expert Faculty"
imageSrc: "http://img.b2bpic.net/free-vector/variety-geometric-shapes-pattern_23-2147656832.jpg", 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?_wi=2", imageAlt: "Structured Curriculum"
imageSrc: "http://img.b2bpic.net/free-photo/test-tube-isolated-white_1368-4782.jpg", 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?_wi=2", imageAlt: "Proven Results"
imageSrc: "http://img.b2bpic.net/free-vector/binary-code-algorithm-concept-background-virtual-learning_1017-45444.jpg", 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?_wi=2", imageAlt: "Flexible Batches"
imageSrc: "http://img.b2bpic.net/free-photo/excited-woman-reading-book_23-2147797457.jpg", imageAlt: "Flexible Batches"
}
]}
animationType="slide-up"