From db2dd622523079e859ab907183cf8a4f5e57861f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:58:20 +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 8965599..4306b8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,13 +108,13 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "1", name: "John Doe", role: "Strength Expert", description: "Conditioning expert with 10+ years experience.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-blonde-personal-trainer_329181-14123.jpg"}, + id: "1", name: "John Doe", role: "Strength Expert", description: "Conditioning expert with 10+ years experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg"}, { - id: "2", name: "Mary Smith", role: "Yoga Specialist", description: "Expert in flexibility and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-couple-practicing-yoga-asanas-home_176420-14849.jpg"}, + id: "2", name: "Mary Smith", role: "Yoga Specialist", description: "Expert in flexibility and recovery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg"}, { - id: "3", name: "Ali Mohamed", role: "HIIT Coach", description: "Cardio and endurance training master.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-part-zumba-class_23-2149074895.jpg"}, + id: "3", name: "Ali Mohamed", role: "HIIT Coach", description: "Cardio and endurance training master.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg"}, { - id: "4", name: "Selamawit Tekle", role: "Personal Trainer", description: "Nutritionist and training coach.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-preparing-smoothie_23-2149894940.jpg"}, + id: "4", name: "Selamawit Tekle", role: "Personal Trainer", description: "Nutritionist and training coach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DU4YAI8jMINox5Cb6UDTem2ImA/uploaded-1778324287759-8s97ox5o.jpg"}, ]} title="Meet Our Expert Trainers" description="Our certified team is dedicated to your transformation." -- 2.49.1