From 4782d06826e65c9ad0a1c4d04c78bcd8b4d94fbf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:50 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] } -- 2.49.1 From 4f82547cb9c985c4746887fe0a6b8901a388d175 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:50 +0000 Subject: [PATCH 2/4] Update src/app/academy/page.tsx --- src/app/academy/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/academy/page.tsx b/src/app/academy/page.tsx index 2861b6f..48454b5 100644 --- a/src/app/academy/page.tsx +++ b/src/app/academy/page.tsx @@ -43,12 +43,12 @@ export default function AcademyPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Ethical Hacking 101", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg" }, - { id: "2", name: "Network Security", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" }, - { id: "3", name: "Linux for Hackers", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg" }, - { id: "4", name: "Web Pentesting", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg" }, - { id: "5", name: "Cryptography", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg" }, - { id: "6", name: "OSINT Basics", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" } + { id: "1", name: "Ethical Hacking 101", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=1" }, + { id: "2", name: "Network Security", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=1" }, + { id: "3", name: "Linux for Hackers", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=1" }, + { id: "4", name: "Web Pentesting", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg?_wi=1" }, + { id: "5", name: "Cryptography", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg?_wi=1" }, + { id: "6", name: "OSINT Basics", price: "Active", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=2" } ]} title="Cyber Academy Modules" description="Select a module to begin your training." -- 2.49.1 From f2e461c20840ad5ebd450747115a71e5d5c045b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:51 +0000 Subject: [PATCH 3/4] Update src/app/commands/page.tsx --- src/app/commands/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/commands/page.tsx b/src/app/commands/page.tsx index a9dba71..df92af5 100644 --- a/src/app/commands/page.tsx +++ b/src/app/commands/page.tsx @@ -43,12 +43,12 @@ export default function CommandsPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "c1", name: "Nmap Scan", price: "nmap -sV target", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg" }, - { id: "c2", name: "Metasploit Start", price: "msfconsole", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" }, - { id: "c3", name: "Linux Update", price: "sudo apt update", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg" }, - { id: "c4", name: "Find Files", price: "find / -name", imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg" }, - { id: "c5", name: "Process List", price: "ps aux | grep", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg" }, - { id: "c6", name: "Netstat", price: "netstat -tulpn", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg" } + { id: "c1", name: "Nmap Scan", price: "nmap -sV target", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=2" }, + { id: "c2", name: "Metasploit Start", price: "msfconsole", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=3" }, + { id: "c3", name: "Linux Update", price: "sudo apt update", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=2" }, + { id: "c4", name: "Find Files", price: "find / -name", imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg?_wi=2" }, + { id: "c5", name: "Process List", price: "ps aux | grep", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg?_wi=2" }, + { id: "c6", name: "Netstat", price: "netstat -tulpn", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=4" } ]} title="Command Center" description="Copy-to-clipboard terminal commands." -- 2.49.1 From 8a7866ca5dc05893f8b838342ec7a8170c3e4cdf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:51 +0000 Subject: [PATCH 4/4] Update src/app/news/page.tsx --- src/app/news/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index ed0848f..12ef5b0 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -44,9 +44,9 @@ export default function NewsPage() { title="Latest Threat Intelligence" description="Stay ahead of global cyber risks." blogs={[ - { id: "b1", category: "CRITICAL", title: "New Ransomware Strain", excerpt: "Full detail of the vulnerability...", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 24, 2024" }, - { id: "b2", category: "HIGH", title: "Browser Zero-Day", excerpt: "Update now for security.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 23, 2024" }, - { id: "b3", category: "INFO", title: "Phishing Trends", excerpt: "New tactics discovered.", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 22, 2024" } + { id: "b1", category: "CRITICAL", title: "New Ransomware Strain", excerpt: "Full detail of the vulnerability...", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=3", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 24, 2024" }, + { id: "b2", category: "HIGH", title: "Browser Zero-Day", excerpt: "Update now for security.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=5", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 23, 2024" }, + { id: "b3", category: "INFO", title: "Phishing Trends", excerpt: "New tactics discovered.", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=3", authorName: "Arsh Patel", authorAvatar: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712522.jpg", date: "Oct 22, 2024" } ]} /> -- 2.49.1