From b76a502751e3eb5cadf1ec5f3bd4f3ab1e129528 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:16:57 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 109 +++++++++------------------------------ 1 file changed, 24 insertions(+), 85 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 2a076da..759c1e2 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -19,9 +19,7 @@ export default function CoursesPage() { ]; const navButton = { - text: "Book Demo", - href: "/contact", - }; + text: "Book Demo", href: "/contact"}; return ( @@ -89,35 +77,14 @@ export default function CoursesPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "class-8", - brand: "Foundation Level", - name: "Class 8 Mathematics", - price: "Contact for Details", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=3", - imageAlt: "Class 8 Mathematics Foundation Course", - }, + id: "class-8", brand: "Foundation Level", name: "Class 8 Mathematics", price: "Contact for Details", rating: 5, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=3", imageAlt: "Class 8 Mathematics Foundation Course"}, { - id: "class-9", - brand: "Intermediate Level", - name: "Class 9 Mathematics", - price: "Contact for Details", - rating: 5, - reviewCount: "75+", - imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg?_wi=3", - imageAlt: "Class 9 Mathematics Course", - }, + id: "class-9", brand: "Intermediate Level", name: "Class 9 Mathematics", price: "Contact for Details", rating: 5, + reviewCount: "75+", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg?_wi=3", imageAlt: "Class 9 Mathematics Course"}, { - id: "class-10", - brand: "Board Preparation", - name: "Class 10 Board Prep", - price: "Contact for Details", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg?_wi=3", - imageAlt: "Class 10 Board Preparation Course", - }, + id: "class-10", brand: "Board Preparation", name: "Class 10 Board Prep", price: "Contact for Details", rating: 5, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg?_wi=3", imageAlt: "Class 10 Board Preparation Course"}, ]} /> @@ -131,71 +98,43 @@ export default function CoursesPage() { useInvertedBackground={true} features={[ { - title: "Concept Clarity", - description: "Every chapter is broken down into simple, understandable ideas. We focus on the 'why' before the 'what'.", - bentoComponent: "icon-info-cards", - items: [ + title: "Concept Clarity", description: "Every chapter is broken down into simple, understandable ideas. We focus on the 'why' before the 'what'.", bentoComponent: "icon-info-cards", items: [ { icon: Brain, - label: "Deep Learning", - value: "Understand Concepts", - }, + label: "Deep Learning", value: "Understand Concepts"}, { icon: Lightbulb, - label: "Clarity First", - value: "No Rote Learning", - }, + label: "Clarity First", value: "No Rote Learning"}, ], }, { - title: "Board Exam Expertise", - description: "Teaching aligned with CBSE exam patterns, marking schemes, and scoring techniques for maximum marks.", - bentoComponent: "icon-info-cards", - items: [ + title: "Board Exam Expertise", description: "Teaching aligned with CBSE exam patterns, marking schemes, and scoring techniques for maximum marks.", bentoComponent: "icon-info-cards", items: [ { icon: CheckCircle, - label: "Exam Ready", - value: "CBSE Aligned", - }, + label: "Exam Ready", value: "CBSE Aligned"}, { icon: Trophy, - label: "Proven Results", - value: "High Scores", - }, + label: "Proven Results", value: "High Scores"}, ], }, { - title: "Personal Attention", - description: "Small batch sizes ensure every student receives individual guidance, doubt support, and customized learning paths.", - bentoComponent: "icon-info-cards", - items: [ + title: "Personal Attention", description: "Small batch sizes ensure every student receives individual guidance, doubt support, and customized learning paths.", bentoComponent: "icon-info-cards", items: [ { icon: Users, - label: "Small Batches", - value: "Individual Focus", - }, + label: "Small Batches", value: "Individual Focus"}, { icon: MessageCircle, - label: "Doubt Support", - value: "Always Available", - }, + label: "Doubt Support", value: "Always Available"}, ], }, { - title: "Regular Practice & Tests", - description: "Structured assignments, weekly tests, and mock exams ensure real improvement and confidence building.", - bentoComponent: "icon-info-cards", - items: [ + title: "Regular Practice & Tests", description: "Structured assignments, weekly tests, and mock exams ensure real improvement and confidence building.", bentoComponent: "icon-info-cards", items: [ { icon: BookOpen, - label: "Practice", - value: "Regular Sessions", - }, + label: "Practice", value: "Regular Sessions"}, { icon: Zap, - label: "Mock Tests", - value: "Real Exam Feel", - }, + label: "Mock Tests", value: "Real Exam Feel"}, ], }, ]}