From 7fcf9cc5d1cc96387ca0377d77796af24c864587 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 12:48:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fc9f52..721d6bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function SitePage() { members={[ {id: '1', name: 'Marcus Richter', role: 'Team Principal', imageSrc: 'https://img.b2bpic.net/free-photo/handsome-man-women-mechanics-autoservice-posing_7502-4436.jpg', imageAlt: 'Portrait of Marcus Richter, Team Principal'}, {id: '2', name: 'Lena Schmidt', role: 'Chief Aerodynamicist', imageSrc: 'https://img.b2bpic.net/free-photo/top-view-hard-drive-with-blue-light_23-2149413376.jpg', imageAlt: 'Portrait of Lena Schmidt, Chief Aerodynamicist'}, - {id: '3', name: 'Dr. Klaus Weber', role: 'Head of Powertrain', imageSrc: 'https://img.b2bpic.net/free-photo/young-car-repairman-talking-with-his-coworker-while-checking-engine-performance-with-diagnostic-tools-auto-repair-shop_637285-4277.jpg', imageAlt: 'Portrait of Dr. Klaus Weber, Head of Powertrain'}, + {id: '3', name: 'Dr. Klaus Weber', role: 'Head of Powertrain', imageSrc: 'https://img.b2bpic.net/free-photo/young-car-repairman-talking-with-his-coworker-while-checking-engine-performance-with-diagnostic-tools-auto-repair-shop_637285-4277.jpg?_wi=1', imageAlt: 'Portrait of Dr. Klaus Weber, Head of Powertrain'}, {id: '4', name: 'Dr. Anya Sharma', role: 'Lead Race Strategist', imageSrc: 'https://img.b2bpic.net/free-photo/factory-management-industrial-facility-looking-data-mockup-laptop_482257-126905.jpg', imageAlt: 'Portrait of Dr. Anya Sharma, Lead Race Strategist'} ]} carouselMode="buttons" @@ -121,12 +121,12 @@ export default function SitePage() {