From 6659bca241054f95a9d9456ad48e4038a9802997 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:02:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 782786b..e1c44c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -98,26 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Network Defense", - description: "Learn to secure perimeters and monitor internal traffic with industry-standard protocols.", - tag: "Core", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/a-digital-shield-icon-floating-in-a-dark-1774868530201-ef0673ca.png?_wi=1", - }, + id: "1", title: "Network Defense", description: "Learn to secure perimeters and monitor internal traffic with industry-standard protocols.", tag: "Core", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/a-digital-shield-icon-floating-in-a-dark-1774868530201-ef0673ca.png"}, { - id: "2", - title: "Cloud Security", - description: "Master AWS and Azure security frameworks to protect enterprise infrastructure at scale.", - tag: "Advanced", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/an-abstract-visualization-of-a-secure-ne-1774868531978-dfd6b32b.png", - }, + id: "2", title: "Cloud Security", description: "Master AWS and Azure security frameworks to protect enterprise infrastructure at scale.", tag: "Advanced", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/an-abstract-visualization-of-a-secure-ne-1774868531978-dfd6b32b.png"}, { - id: "3", - title: "Ethical Hacking", - description: "Identify vulnerabilities before they become liabilities with our hands-on penetration testing labs.", - tag: "Specialized", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/a-futuristic-lock-mechanism-represented--1774868531879-75096181.png", - }, + id: "3", title: "Ethical Hacking", description: "Identify vulnerabilities before they become liabilities with our hands-on penetration testing labs.", tag: "Specialized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7eTh3EckQSJVbZv5j95iJUTG/a-futuristic-lock-mechanism-represented--1774868531879-75096181.png"}, ]} title="Professional Training Tracks" description="Our comprehensive curriculum is designed to prepare you for high-stakes security environments." @@ -126,41 +88,22 @@ export default function LandingPage() {