Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user