From f895a24d2602189e37ddab5c751163200334ca10 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:30:57 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1d90468..0a831ea 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"