Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 08:23:01 +00:00
parent a1d34dccc4
commit 95304dc10e

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}