diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7826ca8..a9d2b47 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -98,44 +98,6 @@ export default function LandingPage() {
}
]}
/>
-
-
-
-
-
-
-
-
-
-
-
-
@@ -148,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground="noInvert"
testimonials={[
{
- id: "1", name: "Dr. Sarah Chen", linkedin: "https://www.linkedin.com/in/dr-sarah-chen/", role: "Neuroscientist", testimonial: "The neuroinflammatory response to implants remains poorly understood. We cannot ethically deploy this technology at scale without 20+ years of longitudinal safety data.", imageSrc: "https://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg", imageAlt: "Dr. Sarah Chen, Neuroscientist"
+ id: "1", name: "Dr. Sarah Chen", role: "Neuroscientist", testimonial: "The neuroinflammatory response to implants remains poorly understood. We cannot ethically deploy this technology at scale without 20+ years of longitudinal safety data.", imageSrc: "https://img.b2bpic.net/free-photo/young-handsome-doctor-working-typing-his-cabinet-doctor-using-keyboard-write-documents-his-computer_482257-34558.jpg", imageAlt: "Dr. Sarah Chen, Neuroscientist"
},
{
id: "2", name: "Prof. Marcus Williams", role: "Bioethicist", testimonial: "Cognitive liberty is a fundamental human right. Invasive neural interfaces create unprecedented risks for coercion and manipulation that no regulatory framework has adequately addressed.", imageSrc: "https://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", imageAlt: "Prof. Marcus Williams, Bioethicist"
@@ -205,7 +167,7 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}