From ce6e5a672a4985bb3ff680bba45f01b4aae42762 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:27:47 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 66 ++++++++++++------------------------------ 1 file changed, 18 insertions(+), 48 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b6c6d62..a4e9b1f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,7 +42,7 @@ export default function AboutPage() { description="Scholaris was founded on a simple belief: every educational institution deserves access to world-class management technology. Over a decade of dedicated innovation has positioned us as the trusted partner for schools seeking excellence, efficiency, and meaningful impact." tag="About Scholaris" buttons={[{ text: "Explore Our Story", href: "#" }]} - imageSrc="http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg" imageAlt="Modern school building educational campus students learning school environment" useInvertedBackground={false} /> @@ -55,29 +55,14 @@ export default function AboutPage() { tag="Our Impact" metrics={[ { - id: "1", - value: "5,000+", - title: "Active Schools", - description: "Institutions trusting Scholaris globally", - imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg?_wi=2", - }, + id: "1", value: "5,000+", title: "Active Schools", description: "Institutions trusting Scholaris globally", imageSrc: + "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg"}, { - id: "2", - value: "2.5M+", - title: "Student Profiles", - description: "Managed and monitored daily", - imageSrc: - "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg?_wi=2", - }, + id: "2", value: "2.5M+", title: "Student Profiles", description: "Managed and monitored daily", imageSrc: + "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg"}, { - id: "3", - value: "94%", - title: "Administrative Time Saved", - description: "Average reduction in paperwork", - imageSrc: - "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg?_wi=2", - }, + id: "3", value: "94%", title: "Administrative Time Saved", description: "Average reduction in paperwork", imageSrc: + "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg"}, ]} animationType="slide-up" textboxLayout="default" @@ -89,29 +74,17 @@ export default function AboutPage() {