From f5bfe26394a8fb0b2a75f88e391acca336bf5af1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 07:32:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 69f6dcd..3baeaa2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { groups={[ { id: "g1", groupTitle: "Instructors", members: [ - { id: "m1", title: "Sarah", subtitle: "Head Instructor", detail: "Expert in beginner confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbw3vt", imageAlt: "Sarah portrait" } + { id: "m1", title: "Sarah", subtitle: "Head Instructor", detail: "Expert in beginner confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbw3vt&_wi=2", imageAlt: "Sarah portrait" } ] } ]}