From 1f212b8311512dd9d93bfb2faabab333812174eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:02:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 196 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0368b01..63c2ca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Shield, Terminal, Users } from "lucide-react"; +import { Shield, Terminal, Users, BookOpen, ChevronRight } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,107 +45,52 @@ export default function LandingPage() {
- + +
+

Module 01: Foundations (English/Hindi)
Comprehensive introduction to networking and security protocols.

+

Module 02: Advanced Defense
Deep dive into defensive strategies and automated scripts.

+

Module 03: Ethical Hacking
Real-world labs and penetration testing interactive simulations.

+
+
@@ -162,23 +99,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How to use copy feature?", - content: "Simply click any command to copy it directly to your clipboard.", - }, + id: "1", title: "How to use copy feature?", content: "Simply click any command to copy it directly to your clipboard."}, { - id: "2", - title: "Is this content bilingual?", - content: "Yes, toggle between English and Hindi using the language switch.", - }, + id: "2", title: "Is this content bilingual?", content: "Yes, toggle between English and Hindi using the language switch."}, { - id: "3", - title: "Is MHI free to use?", - content: "Yes, our educational platform is open to all security enthusiasts.", - }, + id: "3", title: "Is MHI free to use?", content: "Yes, our educational platform is open to all security enthusiasts."}, ]} - title="Command Center Support" - description="Common questions regarding our terminal commands and tool usage." + title="Academy Support" + description="Resources and FAQ to support your learning journey." faqsAnimation="slide-up" />
@@ -192,23 +120,14 @@ export default function LandingPage() { description="Real-time statistics of our growing security ecosystem." metrics={[ { - id: "m1", - icon: Shield, - title: "Active Defense", - value: "99.9%", - }, + id: "m1", icon: Shield, + title: "Active Defense", value: "99.9%"}, { - id: "m2", - icon: Terminal, - title: "Total Scripts", - value: "1.2k+", - }, + id: "m2", icon: Terminal, + title: "Total Scripts", value: "1.2k+"}, { - id: "m3", - icon: Users, - title: "Active Users", - value: "15k+", - }, + id: "m3", icon: Users, + title: "Active Users", value: "15k+"}, ]} /> @@ -217,8 +136,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file