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" } ]}