From 9faabe0a8aefdbab4140aebf5a5ec391ce38f4d7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 27 Apr 2026 01:44:38 +0300 Subject: [PATCH] Bob AI: fix build errors (attempt 2) --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d714452..0c1d1d6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -273,22 +273,22 @@ export default function HomePage() { members={[ { name: "Dr. Sarah Chen", - title: "Chief Neuroscientist", + role: "Chief Neuroscientist", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973635-8ab8b67f.png" }, { name: "James Wilson", - title: "Lead Engineer", + role: "Lead Engineer", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233973383-4f4896d8.png" }, { name: "Elena Rodriguez", - title: "Head of Design", + role: "Head of Design", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974133-d4570acb.png" }, { name: "David Kim", - title: "Product Manager", + role: "Product Manager", image: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-headshot-of-a-happy-custome-1777233974854-3a6df7d9.png" } ]}