From 95304dc10e35cbe5e2b097245e098cd76e233c6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:23:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 50 +++++++++--------------------------------- 1 file changed, 10 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0985917..715b5e5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -98,25 +98,13 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "500", - title: "Active Learners", - description: "From 45 countries, ages 6 to 65, learning together", - icon: Users, + id: "1", value: "500", title: "Active Learners", description: "From 45 countries, ages 6 to 65, learning together", icon: Users, }, { - id: "2", - value: "95", - title: "Percent Confidence", - description: "Students report dramatic boost in academic self-esteem", - icon: TrendingUp, + id: "2", value: "95", title: "Percent Confidence", description: "Students report dramatic boost in academic self-esteem", icon: TrendingUp, }, { - id: "3", - value: "4.9", - title: "Star Rating", - description: "Consistently highest satisfaction across all programs", - icon: Star, + id: "3", value: "4.9", title: "Star Rating", description: "Consistently highest satisfaction across all programs", icon: Star, }, ]} gridVariant="uniform-all-items-equal" @@ -135,32 +123,14 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Emma Rodriguez", - role: "Parent", - company: "California", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3", - imageAlt: "Emma Rodriguez", - }, + id: "1", name: "Emma Rodriguez", role: "Parent", company: "California", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg?_wi=3", imageAlt: "Emma Rodriguez"}, { - id: "2", - name: "James Liu", - role: "Teacher", - company: "School District", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=3", - imageAlt: "James Liu", - }, + id: "2", name: "James Liu", role: "Teacher", company: "School District", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=3", imageAlt: "James Liu"}, { - id: "3", - name: "Asha Verma", - role: "Student", - company: "Grade 5", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=3", - imageAlt: "Asha Verma", - }, + id: "3", name: "Asha Verma", role: "Student", company: "Grade 5", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/boy-smiling-while-sitting-library_23-2148694815.jpg?_wi=3", imageAlt: "Asha Verma"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -177,4 +147,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}