diff --git a/src/App.tsx b/src/App.tsx index 68783eb..4bbadad 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,410 +14,160 @@ import { CheckCircle, Shield, Zap } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- + -
+ title: "Engineering Team", members: [ + { name: "Alice Johnson", role: "CTO", detail: "15+ years in system architecture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-software-engi-1776784700066-cf6a414f.png" }, + { name: "Bob Miller", role: "Senior Architect", detail: "Expert in distributed systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-female-tech-l-1776784711097-9fc6959d.png" }, + { name: "Charlie Davis", role: "Lead Dev", detail: "Specialist in AI and ML.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/professional-headshot-of-a-data-analyst--1776784720596-25b694c3.png" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); -} +} \ No newline at end of file