diff --git a/src/App.tsx b/src/App.tsx
index 3b086f9..049762f 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -12,351 +12,147 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial
export default function App() {
return (
<>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
-
+
-
+ title: "Engineering Faculty", members: [
+ { name: "Alice Wong", role: "Lead Cloud Architect", detail: "15 years of expertise in large-scale infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/portrait-of-a-female-developer-smiling-p-1776760855974-a3af771e.png" },
+ { name: "Bob Miller", role: "Full-Stack Instructor", detail: "Specialist in modern web architecture and UX design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/portrait-of-a-young-man-smiling-casual-c-1776760930273-e4c334da.png" },
+ { name: "Charlie Diaz", role: "Cybersecurity Lead", detail: "Ex-CISO with passion for ethical hacking training.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJb0zJP2EWyuYlH5wmRP5jjTA5/portrait-of-a-young-professional-smiling-1776760962282-d02884ee.png" },
+ ]
+ }
+ ]}
+ />
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
>
);
-}
+}
\ No newline at end of file