diff --git a/src/app/page.tsx b/src/app/page.tsx
index b281fd1..dcc0159 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,67 +46,42 @@ export default function LandingPage() {
@@ -128,33 +93,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Concept Clarity",
- description: "We ensure students grasp the core of every subject for long-term retention.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-studying-together-table_23-2147774784.jpg?_wi=2",
- imageAlt: "happy student learning modern classroom",
- },
+ id: "1", title: "Concept Clarity", tag: "Core", description: "We ensure students grasp the core of every subject for long-term retention.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-studying-together-table_23-2147774784.jpg", imageAlt: "happy student learning modern classroom"},
{
- id: "2",
- title: "Individual Attention",
- description: "Small batch sizes mean every student gets personal guidance from teachers.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-posing-together_23-2150172180.jpg",
- imageAlt: "happy parent portrait smiling",
- },
+ id: "2", title: "Individual Attention", tag: "Personalized", description: "Small batch sizes mean every student gets personal guidance from teachers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-posing-together_23-2150172180.jpg", imageAlt: "happy parent portrait smiling"},
{
- id: "3",
- title: "Regular Assessment",
- description: "Consistent tests to track progress and identify areas for improvement.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69482.jpg",
- imageAlt: "happy student studying academic",
- },
+ id: "3", title: "Regular Assessment", tag: "Tracking", description: "Consistent tests to track progress and identify areas for improvement.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69482.jpg", imageAlt: "happy student studying academic"},
{
- id: "4",
- title: "Confidence Building",
- description: "We create a supportive environment where students feel empowered to speak up.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241143.jpg",
- imageAlt: "parent portrait smiling natural light",
- },
+ id: "4", title: "Confidence Building", tag: "Growth", description: "We create a supportive environment where students feel empowered to speak up.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241143.jpg", imageAlt: "parent portrait smiling natural light"},
]}
title="Why Choose Concept Tuition?"
description="Our teaching methodology focuses on holistic growth and deep understanding rather than rote learning."
@@ -169,25 +114,15 @@ export default function LandingPage() {
author="Anitha R, Parent"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-posing-together_23-2150172180.jpg",
- alt: "Anitha R",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-posing-together_23-2150172180.jpg", alt: "Anitha R"},
{
- src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69482.jpg",
- alt: "Student Review",
- },
+ src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69482.jpg", alt: "Student Review"},
{
- src: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241143.jpg",
- alt: "Parent Review",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241143.jpg", alt: "Parent Review"},
{
- src: "http://img.b2bpic.net/free-photo/gardening-concept-with-girl_23-2148000012.jpg",
- alt: "Student Feedback",
- },
+ src: "http://img.b2bpic.net/free-photo/gardening-concept-with-girl_23-2148000012.jpg", alt: "Student Feedback"},
{
- src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
- alt: "Happy Parent",
- },
+ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Happy Parent"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -200,20 +135,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What are the class timings?",
- content: "Classes are scheduled in the evenings and weekends to accommodate school timings.",
- },
+ id: "q1", title: "What are the class timings?", content: "Classes are scheduled in the evenings and weekends to accommodate school timings."},
{
- id: "q2",
- title: "Do you provide demo classes?",
- content: "Yes, we offer one free demo class to help parents and students understand our teaching method.",
- },
+ id: "q2", title: "Do you provide demo classes?", content: "Yes, we offer one free demo class to help parents and students understand our teaching method."},
{
- id: "q3",
- title: "What is the batch size?",
- content: "We maintain small batches of 6-8 students to ensure every student gets individual attention.",
- },
+ id: "q3", title: "What is the batch size?", content: "We maintain small batches of 6-8 students to ensure every student gets individual attention."},
]}
title="Frequently Asked Questions"
description="Quick answers to common questions about our tuition batches and timings."
@@ -225,18 +151,13 @@ export default function LandingPage() {
@@ -245,13 +166,9 @@ export default function LandingPage() {