diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3198f24..cef3c1f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,10 +45,10 @@ export default function AboutPage() { { id: "core", groupTitle: "MHI Leadership", members: [ { - id: "m1", title: "Arsh Patel", subtitle: "Founder & Lead Researcher", detail: "Mastermind Hackers India visionary.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg" + id: "m1", title: "Arsh Patel", subtitle: "Founder & Lead Researcher", detail: "Mastermind Hackers India visionary.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg?_wi=1" }, { - id: "m2", title: "Security Lead", subtitle: "Operations", detail: "Infrastructure and Security.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg" + id: "m2", title: "Security Lead", subtitle: "Operations", detail: "Infrastructure and Security.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg?_wi=2" } ] }