Update src/app/courses/page.tsx

This commit is contained in:
2026-03-20 14:16:57 +00:00
parent b8bcf6536b
commit b76a502751

View File

@@ -19,9 +19,7 @@ export default function CoursesPage() {
];
const navButton = {
text: "Book Demo",
href: "/contact",
};
text: "Book Demo", href: "/contact"};
return (
<ThemeProvider
@@ -53,28 +51,18 @@ export default function CoursesPage() {
background={{ variant: "plain" }}
buttons={[
{
text: "Enroll Now",
href: "#course-details",
},
text: "Enroll Now", href: "#course-details"},
{
text: "Schedule Demo",
href: "/contact",
},
text: "Schedule Demo", href: "/contact"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=2",
imageAlt: "Class 8 Mathematics foundation course",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=2", imageAlt: "Class 8 Mathematics foundation course"},
{
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=2",
imageAlt: "Class 9 intermediate mathematics",
},
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=2", imageAlt: "Class 9 intermediate mathematics"},
{
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=2",
imageAlt: "Class 10 board exam preparation",
},
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=2", imageAlt: "Class 10 board exam preparation"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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"},
],
},
]}