From 94fdbd40637fd28a047fe01aa68a734994dfb359 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:18:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cdcae3..f619a97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -275,15 +275,15 @@ export default function LandingPage() { members={[ { id: "p1", - name: "James", + name: "Logan ", role: "Host & Coffee Expert", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones_23-2148471043.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHu60OKxOtqUYGLLSQfJ6rgKLF/uploaded-1777342356973-duw8dg9m.png", }, { id: "p2", - name: "Rafiq", + name: "Colton ", role: "Host & Producer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-drinking-coffee-smiling-looking-camera-closeup_657883-686.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHu60OKxOtqUYGLLSQfJ6rgKLF/uploaded-1777342623777-lrei0zrb.png", }, ]} title="Your Hosts" -- 2.49.1