From 0c102271ef41c7f427fa2e10c671c962e06d0417 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:23:44 +0000 Subject: [PATCH] Switch to version 1: modified src/app/about/page.tsx --- src/app/about/page.tsx | 50 +++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 715b5e5..0985917 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -98,13 +98,25 @@ 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" @@ -123,14 +135,32 @@ 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" @@ -147,4 +177,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file