From 3dba7cd21ee4664ffb86d62b06e20f0fe5db95b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:07:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++--------------------------------------- 1 file changed, 25 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2e911b..1873dea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,42 +44,21 @@ export default function LandingPage() {
@@ -154,28 +103,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Concept-First Teaching", - description: "Strong foundations before formulae.", - imageSrc: "http://img.b2bpic.net/free-vector/chalkboard-infographics-elements_98292-4475.jpg", - }, + title: "Concept-First Teaching", description: "Strong foundations before formulae.", imageSrc: "http://img.b2bpic.net/free-vector/chalkboard-infographics-elements_98292-4475.jpg"}, { id: 2, - title: "Personalized Attention", - description: "Small batches ensuring individual focus.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-studying-math_23-2150444913.jpg", - }, + title: "Personalized Attention", description: "Small batches ensuring individual focus.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-studying-math_23-2150444913.jpg"}, { id: 3, - title: "Expert Faculty", - description: "Mentorship from subject specialists.", - imageSrc: "http://img.b2bpic.net/free-photo/tutor-explaining-research-specific-student-library_74855-1667.jpg", - }, + title: "Expert Faculty", description: "Mentorship from subject specialists.", imageSrc: "http://img.b2bpic.net/free-photo/tutor-explaining-research-specific-student-library_74855-1667.jpg"}, { id: 4, - title: "Structured Curriculum", - description: "Comprehensive notes for board exams.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-table-with-books_23-2147656267.jpg", - }, + title: "Structured Curriculum", description: "Comprehensive notes for board exams.", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-table-with-books_23-2147656267.jpg"}, ]} title="Why We Are The Best" description="Personalised attention for better clarity." @@ -188,50 +125,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - date: "2023-10-01", - title: "Great Results", - quote: "My son's grades improved remarkably.", - tag: "Parent", - avatarSrc: "http://img.b2bpic.net/free-photo/family-walk_1157-5215.jpg", - }, + id: "1", name: "Sarah Johnson", date: "2023-10-01", title: "Great Results", quote: "My son's grades improved remarkably.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/family-walk_1157-5215.jpg"}, { - id: "2", - name: "Michael Chen", - date: "2023-09-15", - title: "Focused Learning", - quote: "The individual attention here is amazing.", - tag: "Student", - avatarSrc: "http://img.b2bpic.net/free-photo/children-sitting-school-desk_23-2147658975.jpg", - }, + id: "2", name: "Michael Chen", date: "2023-09-15", title: "Focused Learning", quote: "The individual attention here is amazing.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/children-sitting-school-desk_23-2147658975.jpg"}, { - id: "3", - name: "Emily Rodriguez", - date: "2023-08-20", - title: "Very Supportive", - quote: "Teachers genuinely care about student success.", - tag: "Parent", - avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-woman-hugging-handsome-boyfriend-white-shirt_1262-14162.jpg", - }, + id: "3", name: "Emily Rodriguez", date: "2023-08-20", title: "Very Supportive", quote: "Teachers genuinely care about student success.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-woman-hugging-handsome-boyfriend-white-shirt_1262-14162.jpg"}, { - id: "4", - name: "David Kim", - date: "2023-07-10", - title: "Concept Clarity", - quote: "The best place for board prep.", - tag: "Student", - avatarSrc: "http://img.b2bpic.net/free-photo/schoolgirl-gesturing-thumb-up_23-2147659217.jpg", - }, + id: "4", name: "David Kim", date: "2023-07-10", title: "Concept Clarity", quote: "The best place for board prep.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/schoolgirl-gesturing-thumb-up_23-2147659217.jpg"}, { - id: "5", - name: "Priya Sharma", - date: "2023-11-05", - title: "Excellent Guidance", - quote: "The curriculum is perfectly aligned with board expectations.", - tag: "Parent", - avatarSrc: "http://img.b2bpic.net/free-photo/family-walk_1157-5215.jpg", - }, + id: "5", name: "Priya Sharma", date: "2023-11-05", title: "Excellent Guidance", quote: "The curriculum is perfectly aligned with board expectations.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/family-walk_1157-5215.jpg"}, ]} title="What Parents Say" description="Trusted by our Koramangala community." @@ -242,13 +144,9 @@ export default function LandingPage() { -- 2.49.1