Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 11:30:57 +00:00
parent b03a6244f2
commit f895a24d26

View File

@@ -1,7 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
@@ -48,7 +47,7 @@ export default function AboutPage() {
{ value: "2019", title: "Founded to bridge NHS waiting list gaps" },
{ value: "UK-Wide", title: "Supporting families across the United Kingdom" },
]}
imageSrc="https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop&_wi=3"
imageSrc="https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop"
imageAlt="SpeechBridge mission and impact"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -68,7 +67,8 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"National Health Service (NHS)", "Speech and Language UK", "Education Endowment Foundation", "Royal College of Speech and Language Therapists", "British Academy of Audiology", "UK Government: Department for Education"]}
"National Health Service (NHS)", "Speech and Language UK", "Education Endowment Foundation", "Royal College of Speech and Language Therapists", "British Academy of Audiology", "UK Government: Department for Education"
]}
speed={40}
showCard={true}
ariaLabel="Research partners and evidence foundation"
@@ -85,7 +85,7 @@ export default function AboutPage() {
{ value: "Accessible", title: "WCAG 2.1 AA compliant, designed for all families" },
{ value: "Evidence-Led", title: "Every activity backed by research and therapist input" },
]}
imageSrc="https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop&_wi=3"
imageSrc="https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop"
imageAlt="SpeechBridge team and values"
useInvertedBackground={false}
mediaAnimation="slide-up"