8 Commits

Author SHA1 Message Date
a77e91b369 Update src/app/reviews/page.tsx 2026-03-20 14:16:58 +00:00
1628ac6fd4 Update src/app/page.tsx 2026-03-20 14:16:58 +00:00
b76a502751 Update src/app/courses/page.tsx 2026-03-20 14:16:57 +00:00
b8bcf6536b Update src/app/contact/page.tsx 2026-03-20 14:16:57 +00:00
719c39dfb9 Update src/app/about/page.tsx 2026-03-20 14:16:56 +00:00
cb80e1de4a Merge version_1 into main
Merge version_1 into main
2026-03-20 14:14:17 +00:00
97aacd3745 Merge version_1 into main
Merge version_1 into main
2026-03-20 14:13:52 +00:00
fd0a707d46 Merge version_1 into main
Merge version_1 into main
2026-03-20 14:13:29 +00:00
5 changed files with 77 additions and 330 deletions

View File

@@ -47,37 +47,25 @@ export default function AboutPage() {
useInvertedBackground={true}
features={[
{
title: "Step 1: Concept First",
description: "Students learn why formulas work, not just what they are. We build solid foundational understanding.",
bentoComponent: "icon-info-cards",
items: [
title: "Step 1: Concept First", description: "Students learn why formulas work, not just what they are. We build solid foundational understanding.", bentoComponent: "icon-info-cards", items: [
{ icon: BookOpen, label: "Theory", value: "Foundation" },
{ icon: Lightbulb, label: "Understanding", value: "Deep Learning" },
],
},
{
title: "Step 2: Practice",
description: "Regular problem-solving sessions, from basic to advanced, building confidence and mastery.",
bentoComponent: "icon-info-cards",
items: [
title: "Step 2: Practice", description: "Regular problem-solving sessions, from basic to advanced, building confidence and mastery.", bentoComponent: "icon-info-cards", items: [
{ icon: Pencil, label: "Assignments", value: "Structured" },
{ icon: Target, label: "Progressive", value: "Difficulty Increase" },
],
},
{
title: "Step 3: Doubt Support",
description: "No question goes unanswered. Continuous support until every student understands the concept completely.",
bentoComponent: "icon-info-cards",
items: [
title: "Step 3: Doubt Support", description: "No question goes unanswered. Continuous support until every student understands the concept completely.", bentoComponent: "icon-info-cards", items: [
{ icon: MessageCircle, label: "Q&A Sessions", value: "Regular" },
{ icon: CheckCircle, label: "Clarity", value: "Guaranteed" },
],
},
{
title: "Step 4: Exam Strategy",
description: "Students learn answer presentation techniques, time management, and exam-specific strategies for maximum marks.",
bentoComponent: "icon-info-cards",
items: [
title: "Step 4: Exam Strategy", description: "Students learn answer presentation techniques, time management, and exam-specific strategies for maximum marks.", bentoComponent: "icon-info-cards", items: [
{ icon: Award, label: "Technique", value: "Expert Tips" },
{ icon: Zap, label: "Performance", value: "Maximized" },
],
@@ -95,45 +83,18 @@ export default function AboutPage() {
useInvertedBackground={false}
plans={[
{
id: "weekly",
title: "Weekly Sessions",
price: "Starting at ₹500",
period: "per session",
features: [
"One-on-one or small group sessions",
"Concept-focused teaching",
"Doubt support via call/message",
"Monthly progress report",
],
id: "weekly", title: "Weekly Sessions", price: "Starting at ₹500", period: "per session", features: [
"One-on-one or small group sessions", "Concept-focused teaching", "Doubt support via call/message", "Monthly progress report"],
button: { text: "Book Demo Class", href: "/contact" },
},
{
id: "batch",
title: "Batch Programs",
price: "Starting at ₹4,999",
period: "per month",
features: [
"Small batch size (max 8 students)",
"3-4 sessions per week",
"Structured curriculum",
"Weekly tests and assignments",
"Board exam preparation",
],
id: "batch", title: "Batch Programs", price: "Starting at ₹4,999", period: "per month", features: [
"Small batch size (max 8 students)", "3-4 sessions per week", "Structured curriculum", "Weekly tests and assignments", "Board exam preparation"],
button: { text: "Enroll Now", href: "/contact" },
},
{
id: "intensive",
title: "Intensive Board Prep",
price: "Starting at ₹8,999",
period: "per month",
features: [
"4-5 sessions per week",
"Complete syllabus coverage",
"Regular mock tests",
"Personalized study plan",
"Direct WhatsApp support",
"One-on-one doubt sessions",
],
id: "intensive", title: "Intensive Board Prep", price: "Starting at ₹8,999", period: "per month", features: [
"4-5 sessions per week", "Complete syllabus coverage", "Regular mock tests", "Personalized study plan", "Direct WhatsApp support", "One-on-one doubt sessions"],
button: { text: "Get Started", href: "/contact" },
},
]}

View File

@@ -48,9 +48,7 @@ export default function ContactPage() {
brandName="E2 Academy"
navItems={navItems}
button={{
text: "Book Demo",
href: "/contact",
}}
text: "Book Demo", href: "/contact"}}
/>
</div>
@@ -65,34 +63,20 @@ export default function ContactPage() {
mediaPosition="left"
inputs={[
{
name: "name",
type: "text",
placeholder: "Student's Name",
required: true,
name: "name", type: "text", placeholder: "Student's Name", required: true,
},
{
name: "class",
type: "text",
placeholder: "Current Class (8/9/10)",
required: true,
name: "class", type: "text", placeholder: "Current Class (8/9/10)", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "email",
type: "email",
placeholder: "Parent's Email",
required: false,
name: "email", type: "email", placeholder: "Parent's Email", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Any specific concerns or requirements? (Optional)",
rows: 4,
name: "message", placeholder: "Any specific concerns or requirements? (Optional)", rows: 4,
required: false,
}}
buttonText="Book Demo Class"
@@ -106,19 +90,13 @@ export default function ContactPage() {
socialLinks={[
{
icon: Phone,
href: "tel:+919876543210",
ariaLabel: "Call E2 Academy",
},
href: "tel:+919876543210", ariaLabel: "Call E2 Academy"},
{
icon: Mail,
href: "mailto:info@e2academy.in",
ariaLabel: "Email E2 Academy",
},
href: "mailto:info@e2academy.in", ariaLabel: "Email E2 Academy"},
{
icon: MapPin,
href: "#",
ariaLabel: "Visit E2 Academy Location",
},
href: "#", ariaLabel: "Visit E2 Academy Location"},
]}
/>
</div>

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"},
],
},
]}

View File

@@ -11,6 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Brain, Lightbulb, CheckCircle, Trophy, Users, MessageCircle, BookOpen, Zap, Pencil, Target, Award, Star } from "lucide-react";
import Image from "next/image";
export default function HomePage() {
const navItems = [
@@ -70,15 +71,7 @@ export default function HomePage() {
title="Trusted by Students and Parents Across India"
description="Rated 5-star by students and parents for concept clarity, expert guidance, and proven exam results."
names={[
"Concept Clarity Focused",
"CBSE Board Experts",
"Personal Doubt Support",
"Proven Results",
"Experienced Mentors",
"Structured Curriculum",
"Regular Practice Tests",
"Individual Attention",
]}
"Concept Clarity Focused", "CBSE Board Experts", "Personal Doubt Support", "Proven Results", "Experienced Mentors", "Structured Curriculum", "Regular Practice Tests", "Individual Attention"]}
textboxLayout="default"
useInvertedBackground={false}
speed={50}
@@ -90,10 +83,7 @@ export default function HomePage() {
<TextSplitAbout
title="Meet Your Mentor"
description={[
"Sachin Arora, founder of E2 Academy, is known for his clear teaching style and dedication to helping students truly understand mathematics. His approach focuses on simplifying complex topics, strengthening conceptual understanding, and preparing students confidently for board examinations.",
"With years of experience in CBSE mathematics education, Sachin Sir has helped hundreds of students transform their relationship with mathematics. Students appreciate his patience, structured lessons, commitment to clearing doubts, and ability to break down even the most challenging concepts into digestible ideas.",
"At E2 Academy, the mission is simple: make mathematics understandable, enjoyable, and achievable for every student who walks through the door.",
]}
"Sachin Arora, founder of E2 Academy, is known for his clear teaching style and dedication to helping students truly understand mathematics. His approach focuses on simplifying complex topics, strengthening conceptual understanding, and preparing students confidently for board examinations.", "With years of experience in CBSE mathematics education, Sachin Sir has helped hundreds of students transform their relationship with mathematics. Students appreciate his patience, structured lessons, commitment to clearing doubts, and ability to break down even the most challenging concepts into digestible ideas.", "At E2 Academy, the mission is simple: make mathematics understandable, enjoyable, and achievable for every student who walks through the door."]}
buttons={[
{ text: "Learn More About Our Method", href: "#method" },
]}
@@ -110,37 +100,25 @@ export default function HomePage() {
useInvertedBackground={false}
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" },
{ icon: Lightbulb, 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" },
{ icon: Trophy, 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" },
{ icon: MessageCircle, 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" },
{ icon: Zap, label: "Mock Tests", value: "Real Exam Feel" },
],
@@ -158,58 +136,22 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "Class 10 Student",
testimonial: "Sachin Sir explains concepts with great clarity and patience. Mathematics, which I always feared, became easy and enjoyable. His structured approach to problem-solving changed my confidence completely.",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg",
imageAlt: "Priya Sharma",
icon: Star,
id: "1", name: "Priya Sharma", handle: "Class 10 Student", testimonial: "Sachin Sir explains concepts with great clarity and patience. Mathematics, which I always feared, became easy and enjoyable. His structured approach to problem-solving changed my confidence completely.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg", imageAlt: "Priya Sharma", icon: Star,
},
{
id: "2",
name: "Rajesh Verma",
handle: "Parent",
testimonial: "Mathematics changed from just a subject into something our son genuinely enjoys. The personal attention and clear explanations make all the difference. Highly recommend E2 Academy.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageAlt: "Rajesh Verma",
icon: Star,
id: "2", name: "Rajesh Verma", handle: "Parent", testimonial: "Mathematics changed from just a subject into something our son genuinely enjoys. The personal attention and clear explanations make all the difference. Highly recommend E2 Academy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Rajesh Verma", icon: Star,
},
{
id: "3",
name: "Ananya Gupta",
handle: "Class 9 Student",
testimonial: "Sachin Sir has deep understanding of the board exam pattern and explains every chapter with clarity and examples. I've improved from average to excellent marks in just a few months.",
imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-glasses-studies-against-summer-green-park_231208-4236.jpg",
imageAlt: "Ananya Gupta",
icon: Star,
id: "3", name: "Ananya Gupta", handle: "Class 9 Student", testimonial: "Sachin Sir has deep understanding of the board exam pattern and explains every chapter with clarity and examples. I've improved from average to excellent marks in just a few months.", imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-glasses-studies-against-summer-green-park_231208-4236.jpg", imageAlt: "Ananya Gupta", icon: Star,
},
{
id: "4",
name: "Deepak Kumar",
handle: "Class 8 Student",
testimonial: "I improved a lot in mathematics after joining E2 Academy. Sir makes us practice many questions and always clears doubts patiently. The batch size is small so we get personal attention.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-front-brick-wall_23-2148242736.jpg",
imageAlt: "Deepak Kumar",
icon: Star,
id: "4", name: "Deepak Kumar", handle: "Class 8 Student", testimonial: "I improved a lot in mathematics after joining E2 Academy. Sir makes us practice many questions and always clears doubts patiently. The batch size is small so we get personal attention.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-front-brick-wall_23-2148242736.jpg", imageAlt: "Deepak Kumar", icon: Star,
},
{
id: "5",
name: "Sneha Patel",
handle: "Parent",
testimonial: "What impressed me most is the structured curriculum and the focus on understanding over memorization. Our daughter's grades improved, but more importantly, her confidence in mathematics soared.",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-man-woman-casual-clothes-standing-together-hapy-man-showing-v-sign-green-wall_141793-56961.jpg",
imageAlt: "Sneha Patel",
icon: Star,
id: "5", name: "Sneha Patel", handle: "Parent", testimonial: "What impressed me most is the structured curriculum and the focus on understanding over memorization. Our daughter's grades improved, but more importantly, her confidence in mathematics soared.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-man-woman-casual-clothes-standing-together-hapy-man-showing-v-sign-green-wall_141793-56961.jpg", imageAlt: "Sneha Patel", icon: Star,
},
{
id: "6",
name: "Arjun Singh",
handle: "Class 10 Student",
testimonial: "E2 Academy is not just about solving problems, it's about understanding them. The mock tests and regular practice kept me exam-ready. I scored 96 in my board exams!",
imageSrc: "http://img.b2bpic.net/free-photo/education-courses-university-concept-surprised-happy-smiling-guy-seeing-something-amazed-while-heading-class-college-board-school-holding-backpack-with-notebooks_1258-60085.jpg",
imageAlt: "Arjun Singh",
icon: Star,
id: "6", name: "Arjun Singh", handle: "Class 10 Student", testimonial: "E2 Academy is not just about solving problems, it's about understanding them. The mock tests and regular practice kept me exam-ready. I scored 96 in my board exams!", imageSrc: "http://img.b2bpic.net/free-photo/education-courses-university-concept-surprised-happy-smiling-guy-seeing-something-amazed-while-heading-class-college-board-school-holding-backpack-with-notebooks_1258-60085.jpg", imageAlt: "Arjun Singh", icon: Star,
},
]}
speed={50}
@@ -222,40 +164,22 @@ export default function HomePage() {
title="Our Courses"
description="Comprehensive mathematics programs designed for different levels, from foundation building to board exam mastery."
animationType="slide-up"
textboxLayout="default"
textboxLayout="inline-image"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
titleSegments={[
{ type: "text", content: "Our Courses" },
]}
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=1",
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=1", 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=1",
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=1", 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=1",
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=1", imageAlt: "Class 10 Board Preparation Course"},
]}
/>
</div>

View File

@@ -19,9 +19,7 @@ export default function ReviewsPage() {
];
const navButton = {
text: "Book Demo",
href: "/contact",
};
text: "Book Demo", href: "/contact"};
return (
<ThemeProvider
@@ -53,58 +51,22 @@ export default function ReviewsPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "Class 10 Student",
testimonial: "Sachin Sir explains concepts with great clarity and patience. Mathematics, which I always feared, became easy and enjoyable. His structured approach to problem-solving changed my confidence completely.",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg?_wi=2",
imageAlt: "Priya Sharma",
icon: Star,
id: "1", name: "Priya Sharma", handle: "Class 10 Student", testimonial: "Sachin Sir explains concepts with great clarity and patience. Mathematics, which I always feared, became easy and enjoyable. His structured approach to problem-solving changed my confidence completely.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg?_wi=2", imageAlt: "Priya Sharma", icon: Star,
},
{
id: "2",
name: "Rajesh Verma",
handle: "Parent",
testimonial: "Mathematics changed from just a subject into something our son genuinely enjoys. The personal attention and clear explanations make all the difference. Highly recommend E2 Academy.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "Rajesh Verma",
icon: Star,
id: "2", name: "Rajesh Verma", handle: "Parent", testimonial: "Mathematics changed from just a subject into something our son genuinely enjoys. The personal attention and clear explanations make all the difference. Highly recommend E2 Academy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Rajesh Verma", icon: Star,
},
{
id: "3",
name: "Ananya Gupta",
handle: "Class 9 Student",
testimonial: "Sachin Sir has deep understanding of the board exam pattern and explains every chapter with clarity and examples. I've improved from average to excellent marks in just a few months.",
imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-glasses-studies-against-summer-green-park_231208-4236.jpg?_wi=2",
imageAlt: "Ananya Gupta",
icon: Star,
id: "3", name: "Ananya Gupta", handle: "Class 9 Student", testimonial: "Sachin Sir has deep understanding of the board exam pattern and explains every chapter with clarity and examples. I've improved from average to excellent marks in just a few months.", imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-glasses-studies-against-summer-green-park_231208-4236.jpg?_wi=2", imageAlt: "Ananya Gupta", icon: Star,
},
{
id: "4",
name: "Deepak Kumar",
handle: "Class 8 Student",
testimonial: "I improved a lot in mathematics after joining E2 Academy. Sir makes us practice many questions and always clears doubts patiently. The batch size is small so we get personal attention.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-front-brick-wall_23-2148242736.jpg?_wi=2",
imageAlt: "Deepak Kumar",
icon: Star,
id: "4", name: "Deepak Kumar", handle: "Class 8 Student", testimonial: "I improved a lot in mathematics after joining E2 Academy. Sir makes us practice many questions and always clears doubts patiently. The batch size is small so we get personal attention.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-front-brick-wall_23-2148242736.jpg?_wi=2", imageAlt: "Deepak Kumar", icon: Star,
},
{
id: "5",
name: "Sneha Patel",
handle: "Parent",
testimonial: "What impressed me most is the structured curriculum and the focus on understanding over memorization. Our daughter's grades improved, but more importantly, her confidence in mathematics soared.",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-man-woman-casual-clothes-standing-together-hapy-man-showing-v-sign-green-wall_141793-56961.jpg?_wi=2",
imageAlt: "Sneha Patel",
icon: Star,
id: "5", name: "Sneha Patel", handle: "Parent", testimonial: "What impressed me most is the structured curriculum and the focus on understanding over memorization. Our daughter's grades improved, but more importantly, her confidence in mathematics soared.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-man-woman-casual-clothes-standing-together-hapy-man-showing-v-sign-green-wall_141793-56961.jpg?_wi=2", imageAlt: "Sneha Patel", icon: Star,
},
{
id: "6",
name: "Arjun Singh",
handle: "Class 10 Student",
testimonial: "E2 Academy is not just about solving problems, it's about understanding them. The mock tests and regular practice kept me exam-ready. I scored 96 in my board exams!",
imageSrc: "http://img.b2bpic.net/free-photo/education-courses-university-concept-surprised-happy-smiling-guy-seeing-something-amazed-while-heading-class-college-board-school-holding-backpack-with-notebooks_1258-60085.jpg?_wi=2",
imageAlt: "Arjun Singh",
icon: Star,
id: "6", name: "Arjun Singh", handle: "Class 10 Student", testimonial: "E2 Academy is not just about solving problems, it's about understanding them. The mock tests and regular practice kept me exam-ready. I scored 96 in my board exams!", imageSrc: "http://img.b2bpic.net/free-photo/education-courses-university-concept-surprised-happy-smiling-guy-seeing-something-amazed-while-heading-class-college-board-school-holding-backpack-with-notebooks_1258-60085.jpg?_wi=2", imageAlt: "Arjun Singh", icon: Star,
},
]}
speed={50}
@@ -117,15 +79,7 @@ export default function ReviewsPage() {
title="Trusted by Students and Parents Across India"
description="Rated 5-star by students and parents for concept clarity, expert guidance, and proven exam results."
names={[
"Concept Clarity Focused",
"CBSE Board Experts",
"Personal Doubt Support",
"Proven Results",
"Experienced Mentors",
"Structured Curriculum",
"Regular Practice Tests",
"Individual Attention",
]}
"Concept Clarity Focused", "CBSE Board Experts", "Personal Doubt Support", "Proven Results", "Experienced Mentors", "Structured Curriculum", "Regular Practice Tests", "Individual Attention"]}
textboxLayout="default"
useInvertedBackground={false}
speed={50}
@@ -142,22 +96,13 @@ export default function ReviewsPage() {
useInvertedBackground={true}
features={[
{
title: "Exceptional Teaching Quality",
description: "Students consistently praise the clarity, patience, and expertise of our instructors in breaking down complex concepts.",
bentoComponent: "reveal-icon",
icon: Award,
title: "Exceptional Teaching Quality", description: "Students consistently praise the clarity, patience, and expertise of our instructors in breaking down complex concepts.", bentoComponent: "reveal-icon", icon: Award,
},
{
title: "Real Results That Matter",
description: "Documented improvement in marks, board exam success, and long-term academic confidence across all student levels.",
bentoComponent: "reveal-icon",
icon: Star,
title: "Real Results That Matter", description: "Documented improvement in marks, board exam success, and long-term academic confidence across all student levels.", bentoComponent: "reveal-icon", icon: Star,
},
{
title: "Personal Connection & Support",
description: "Small batch sizes and individual attention create meaningful learning relationships between mentors and students.",
bentoComponent: "reveal-icon",
icon: Heart,
title: "Personal Connection & Support", description: "Small batch sizes and individual attention create meaningful learning relationships between mentors and students.", bentoComponent: "reveal-icon", icon: Heart,
},
]}
/>