Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "/academy",
|
||||
},
|
||||
{
|
||||
name: "Commands",
|
||||
id: "/commands",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "/news",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Dashboard", id: "/" },
|
||||
{ name: "Academy", id: "/academy" },
|
||||
{ name: "Commands", id: "/commands" },
|
||||
{ name: "News", id: "/news" },
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
brandName="MHI Cyber Shield"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,27 +43,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "core",
|
||||
groupTitle: "MHI Leadership",
|
||||
members: [
|
||||
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?_wi=1",
|
||||
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: "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",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-53642.jpg?_wi=2",
|
||||
imageAlt: "cyberpunk dark tech background",
|
||||
},
|
||||
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet MHI Team"
|
||||
description="Ethical hackers committed to safety."
|
||||
@@ -87,9 +61,7 @@ export default function LandingPage() {
|
||||
<div id="about-contact" data-section="about-contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Security Research"
|
||||
title="Join Our Mission"
|
||||
description="Ethical purposes only. Contact for inquiries."
|
||||
@@ -99,32 +71,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
label: "Commands",
|
||||
href: "/commands",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "News",
|
||||
href: "/news",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Academy", href: "/academy" }, { label: "Commands", href: "/commands" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "News", href: "/news" }] }
|
||||
]}
|
||||
logoText="MHI Cyber Shield"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AcademyPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "/academy",
|
||||
},
|
||||
{
|
||||
name: "Commands",
|
||||
id: "/commands",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "/news",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Dashboard", id: "/" },
|
||||
{ name: "Academy", id: "/academy" },
|
||||
{ name: "Commands", id: "/commands" },
|
||||
{ name: "News", id: "/news" },
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
brandName="MHI Cyber Shield"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,42 +43,12 @@ export default function LandingPage() {
|
||||
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?_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",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
title="Cyber Academy Modules"
|
||||
description="Select a module to begin your training."
|
||||
@@ -102,9 +58,7 @@ export default function LandingPage() {
|
||||
<div id="academy-contact" data-section="academy-contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Support"
|
||||
title="Need Help With Modules?"
|
||||
description="Connect with our research team."
|
||||
@@ -114,32 +68,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
label: "Commands",
|
||||
href: "/commands",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "News",
|
||||
href: "/news",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Academy", href: "/academy" }, { label: "Commands", href: "/commands" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "News", href: "/news" }] }
|
||||
]}
|
||||
logoText="MHI Cyber Shield"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function CommandsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "/academy",
|
||||
},
|
||||
{
|
||||
name: "Commands",
|
||||
id: "/commands",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "/news",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Dashboard", id: "/" },
|
||||
{ name: "Academy", id: "/academy" },
|
||||
{ name: "Commands", id: "/commands" },
|
||||
{ name: "News", id: "/news" },
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
brandName="MHI Cyber Shield"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,42 +43,12 @@ export default function LandingPage() {
|
||||
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?_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",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
title="Command Center"
|
||||
description="Copy-to-clipboard terminal commands."
|
||||
@@ -104,21 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Permission Denied?",
|
||||
content: "Use sudo for root access.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Not Found?",
|
||||
content: "Install the required package.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Safe usage?",
|
||||
content: "Only use on legal targets.",
|
||||
},
|
||||
{ id: "f1", title: "Permission Denied?", content: "Use sudo for root access." },
|
||||
{ id: "f2", title: "Not Found?", content: "Install the required package." },
|
||||
{ id: "f3", title: "Safe usage?", content: "Only use on legal targets." }
|
||||
]}
|
||||
title="Command FAQs"
|
||||
description="Common terminal troubleshooting."
|
||||
@@ -129,32 +73,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
label: "Commands",
|
||||
href: "/commands",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "News",
|
||||
href: "/news",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Academy", href: "/academy" }, { label: "Commands", href: "/commands" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "News", href: "/news" }] }
|
||||
]}
|
||||
logoText="MHI Cyber Shield"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function NewsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "/academy",
|
||||
},
|
||||
{
|
||||
name: "Commands",
|
||||
id: "/commands",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "/news",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Dashboard", id: "/" },
|
||||
{ name: "Academy", id: "/academy" },
|
||||
{ name: "Commands", id: "/commands" },
|
||||
{ name: "News", id: "/news" },
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
brandName="MHI Cyber Shield"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,36 +44,9 @@ export default function LandingPage() {
|
||||
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?_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",
|
||||
},
|
||||
{ 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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,15 +55,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CrowdStrike",
|
||||
"FireEye",
|
||||
"DarkTrace",
|
||||
"PaloAlto",
|
||||
"Fortinet",
|
||||
"Cisco",
|
||||
"Kaspersky",
|
||||
]}
|
||||
names={["CrowdStrike", "FireEye", "DarkTrace", "PaloAlto", "Fortinet", "Cisco", "Kaspersky"]}
|
||||
title="Trusted Intelligence Partners"
|
||||
description="Data driven by global security leaders."
|
||||
/>
|
||||
@@ -113,32 +64,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
label: "Commands",
|
||||
href: "/commands",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "News",
|
||||
href: "/news",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Academy", href: "/academy" }, { label: "Commands", href: "/commands" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "News", href: "/news" }] }
|
||||
]}
|
||||
logoText="MHI Cyber Shield"
|
||||
/>
|
||||
|
||||
204
src/app/page.tsx
204
src/app/page.tsx
@@ -29,49 +29,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Academy",
|
||||
id: "/academy",
|
||||
},
|
||||
{
|
||||
name: "Commands",
|
||||
id: "/commands",
|
||||
},
|
||||
{
|
||||
name: "News",
|
||||
id: "/news",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Dashboard", id: "/" },
|
||||
{ name: "Academy", id: "/academy" },
|
||||
{ name: "Commands", id: "/commands" },
|
||||
{ name: "News", id: "/news" },
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
brandName="MHI Cyber Shield"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
logoText="MHI Cyber Shield"
|
||||
description="Elite cybersecurity education and command tools for the modern age."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
text: "Command Center",
|
||||
href: "/commands",
|
||||
},
|
||||
{ text: "Start Academy", href: "/academy" },
|
||||
{ text: "Command Center", href: "/commands" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-53642.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-53642.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,33 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24",
|
||||
title: "Learning Modules",
|
||||
items: [
|
||||
"Active",
|
||||
"Verified",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "150+",
|
||||
title: "Commands Loaded",
|
||||
items: [
|
||||
"Updated",
|
||||
"Tooling",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Stable",
|
||||
"Online",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "24", title: "Learning Modules", items: ["Active", "Verified"] },
|
||||
{ id: "2", value: "150+", title: "Commands Loaded", items: ["Updated", "Tooling"] },
|
||||
{ id: "3", value: "99.9%", title: "Uptime", items: ["Stable", "Online"] }
|
||||
]}
|
||||
title="Live Status"
|
||||
description="Real-time updates on our security ecosystem."
|
||||
@@ -122,27 +76,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Academy",
|
||||
description: "Master ethical hacking skills.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637783.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637783.jpg",
|
||||
buttonText: "View Courses",
|
||||
},
|
||||
{
|
||||
title: "Command Center",
|
||||
description: "Powerful terminal tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg",
|
||||
buttonText: "View Tools",
|
||||
},
|
||||
{
|
||||
title: "News Feed",
|
||||
description: "Latest cyber threat updates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-holographic-padlock-mobile-device_23-2152029079.jpg",
|
||||
titleIconSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-holographic-padlock-mobile-device_23-2152029079.jpg",
|
||||
buttonText: "View News",
|
||||
},
|
||||
{ title: "Academy", description: "Master ethical hacking skills.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637783.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637783.jpg", buttonText: "View Courses" },
|
||||
{ title: "Command Center", description: "Powerful terminal tools.", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/settings-front-side-white-background_187299-40208.jpg", buttonText: "View Tools" },
|
||||
{ title: "News Feed", description: "Latest cyber threat updates.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-holographic-padlock-mobile-device_23-2152029079.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-holographic-padlock-mobile-device_23-2152029079.jpg", buttonText: "View News" }
|
||||
]}
|
||||
title="Quick Access"
|
||||
description="Jump straight into our core tools."
|
||||
@@ -157,31 +93,11 @@ export default function LandingPage() {
|
||||
title="Security Pillars"
|
||||
description="Core values powering MHI."
|
||||
features={[
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "Unwavering commitment to ethics.",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "Always ahead of threats.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
description: "Collaborative learning environment.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Intelligence",
|
||||
description: "Data-driven insights.",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Transparency",
|
||||
description: "Open knowledge sharing.",
|
||||
icon: Eye,
|
||||
},
|
||||
{ title: "Integrity", description: "Unwavering commitment to ethics.", icon: Shield },
|
||||
{ title: "Innovation", description: "Always ahead of threats.", icon: Zap },
|
||||
{ title: "Community", description: "Collaborative learning environment.", icon: Users },
|
||||
{ title: "Intelligence", description: "Data-driven insights.", icon: Lightbulb },
|
||||
{ title: "Transparency", description: "Open knowledge sharing.", icon: Eye }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,53 +110,9 @@ export default function LandingPage() {
|
||||
title="Membership Levels"
|
||||
description="Choose your path to cyber mastery."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Scout",
|
||||
price: "Free",
|
||||
features: [
|
||||
"Basic Academy Access",
|
||||
"Community Forum",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Now",
|
||||
href: "/academy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Agent",
|
||||
price: "$29/mo",
|
||||
features: [
|
||||
"Full Academy",
|
||||
"Command Tools",
|
||||
"Daily News",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade",
|
||||
href: "/academy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elite",
|
||||
price: "$99/mo",
|
||||
features: [
|
||||
"Private Mentor",
|
||||
"Custom Commands",
|
||||
"Priority Support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "p1", name: "Scout", price: "Free", features: ["Basic Academy Access", "Community Forum"], buttons: [{ text: "Start Now", href: "/academy" }] },
|
||||
{ id: "p2", name: "Agent", price: "$29/mo", features: ["Full Academy", "Command Tools", "Daily News"], buttons: [{ text: "Upgrade", href: "/academy" }] },
|
||||
{ id: "p3", name: "Elite", price: "$99/mo", features: ["Private Mentor", "Custom Commands", "Priority Support"], buttons: [{ text: "Apply Now", href: "/contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,32 +120,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Academy",
|
||||
href: "/academy",
|
||||
},
|
||||
{
|
||||
label: "Commands",
|
||||
href: "/commands",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "News",
|
||||
href: "/news",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "Academy", href: "/academy" }, { label: "Commands", href: "/commands" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "News", href: "/news" }] }
|
||||
]}
|
||||
logoText="MHI Cyber Shield"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user