From e21f462e0193ddd0e2259acdeb61ef5db6513160 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:47:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 611f2ff..8909fad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Alex Chen", role: "Early Supporter", testimonial: "I've been waiting for something like this. Not another app. A real movement to solve this.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-a-diverse-young-adult-divers-1772873216253-01a19236.png", imageAlt: "Alex Chen" + id: "1", name: "Alex Chen", role: "Early Supporter", testimonial: "I've been waiting for something like this. Not another app. A real movement to solve this.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-a-diverse-young-adult-divers-1772873216253-01a19236.png?_wi=1", imageAlt: "Alex Chen" }, { id: "2", name: "Jordan Smith", role: "Mental Health Advocate", testimonial: "Finally someone is asking the right question: how do we actually solve loneliness together?", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-another-diverse-individual-d-1772873215546-d05eed68.png", imageAlt: "Jordan Smith" @@ -158,7 +158,7 @@ export default function LandingPage() { id: "3", name: "Morgan Lee", role: "Data Scientist", testimonial: "I want to be part of building this. The data is clear, the need is urgent, and the moment is now.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-a-third-diverse-individual-d-1772873215082-5c917722.png", imageAlt: "Morgan Lee" }, { - id: "4", name: "Casey Williams", role: "Healthcare Professional", testimonial: "This is the public health intervention we've needed. I'm in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-a-diverse-young-adult-divers-1772873216253-01a19236.png", imageAlt: "Casey Williams" + id: "4", name: "Casey Williams", role: "Healthcare Professional", testimonial: "This is the public health intervention we've needed. I'm in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbtQZggrTipyDNA8fTy788xlWK/portrait-of-a-diverse-young-adult-divers-1772873216253-01a19236.png?_wi=2", imageAlt: "Casey Williams" } ]} /> -- 2.49.1