diff --git a/src/app/page.tsx b/src/app/page.tsx
index d0494af..e658db8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,38 +32,22 @@ export default function LandingPage() {
@@ -71,20 +55,15 @@ export default function LandingPage() {
@@ -145,29 +104,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "players",
- value: "2400+",
- title: "Active Players",
- description: "Join a growing community of aspiring ethical hackers.",
- imageSrc: "http://img.b2bpic.net/free-vector/set-people-avatars-isolated-round-icons-faces_107791-12891.jpg",
- imageAlt: "Players icon",
- },
+ id: "players", value: "2400+", title: "Active Players", description: "Join a growing community of aspiring ethical hackers.", imageSrc: "http://img.b2bpic.net/free-vector/set-people-avatars-isolated-round-icons-faces_107791-12891.jpg", imageAlt: "Players icon"},
{
- id: "challenges",
- value: "180+",
- title: "Unique Challenges",
- description: "From beginner to advanced, test your skills in diverse scenarios.",
- imageSrc: "http://img.b2bpic.net/free-vector/working-process-design_1133-73.jpg",
- imageAlt: "Challenges icon",
- },
+ id: "challenges", value: "180+", title: "Unique Challenges", description: "From beginner to advanced, test your skills in diverse scenarios.", imageSrc: "http://img.b2bpic.net/free-vector/working-process-design_1133-73.jpg", imageAlt: "Challenges icon"},
{
- id: "uptime",
- value: "99.9%",
- title: "System Uptime",
- description: "Always ready for your next exploit, with minimal downtime.",
- imageSrc: "http://img.b2bpic.net/free-vector/internet-connection-designs-collection_1209-49.jpg",
- imageAlt: "Uptime icon",
- },
+ id: "uptime", value: "99.9%", title: "System Uptime", description: "Always ready for your next exploit, with minimal downtime.", imageSrc: "http://img.b2bpic.net/free-vector/internet-connection-designs-collection_1209-49.jpg", imageAlt: "Uptime icon"},
]}
title="Game-Changing Stats"
description="See the impact of Zeroday's community and challenges."
@@ -179,11 +120,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Unleash Your Inner Hacker"
description={[
- "Zeroday is more than just a game; it's a dynamic platform engineered for cybersecurity enthusiasts and aspiring ethical hackers. Dive into a meticulously crafted virtual environment where you can practice and hone your skills against realistic vulnerabilities and complex systems. Our challenges mirror real-world scenarios, offering an unparalleled learning experience without real-world risks.",
- "Forget flashy arcade aesthetics. Zeroday offers a dark, matte, and serious interface, designed to immerse you in the raw, authentic feel of terminal-based hacking. Develop your understanding of network protocols, exploit techniques, and defensive strategies through engaging, hands-on modules. Master the art of ethical intrusion and earn your stripes in a community built on precision and knowledge.",
- ]}
- imageSrc="http://img.b2bpic.net/free-photo/hacker-uses-green-screen-pc-ai-deep-learning-develop-zero-day-exploit_482257-88622.jpg"
- imageAlt="Zeroday game terminal mockup"
+ "Zeroday is more than just a game; it's a dynamic platform engineered for cybersecurity enthusiasts and aspiring ethical hackers. Dive into a meticulously crafted virtual environment where you can practice and hone your skills against realistic vulnerabilities and complex systems. Our challenges mirror real-world scenarios, offering an unparalleled learning experience without real-world risks.", "Forget flashy arcade aesthetics. Zeroday offers a dark, matte, and serious interface, designed to immerse you in the raw, authentic feel of terminal-based hacking. Develop your understanding of network protocols, exploit techniques, and defensive strategies through engaging, hands-on modules. Master the art of ethical intrusion and earn your stripes in a community built on precision and knowledge."]}
/>
@@ -195,24 +132,16 @@ export default function LandingPage() {
features={[
{
icon: Shield,
- title: "Real CVE Scenarios",
- description: "Tackle challenges based on actual Common Vulnerabilities and Exposures.",
- },
+ title: "Real CVE Scenarios", description: "Tackle challenges based on actual Common Vulnerabilities and Exposures."},
{
icon: Flag,
- title: "CTF Challenges",
- description: "Engage in Capture The Flag events designed to test your penetration skills.",
- },
+ title: "CTF Challenges", description: "Engage in Capture The Flag events designed to test your penetration skills."},
{
icon: Award,
- title: "Live Leaderboard",
- description: "Compete globally, track your progress, and climb the ranks of top hackers.",
- },
+ title: "Live Leaderboard", description: "Compete globally, track your progress, and climb the ranks of top hackers."},
{
icon: Code,
- title: "Skill Progression Tree",
- description: "Visualize and advance your hacking expertise through a structured skill path.",
- },
+ title: "Skill Progression Tree", description: "Visualize and advance your hacking expertise through a structured skill path."},
]}
title="Master Core Cyber Skills"
description="Dive deep into the methodologies and tools of ethical hacking."
@@ -225,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "step1",
- title: "Step 1: Create Your Secure Account",
- content: "> create_account --new\\\nConnecting to Zeroday network...\\\nAccount created: user@zeroday.org\\\nAuth token generated: ##########\\\nWelcome, [USERNAME]. Your journey begins.",
- },
+ id: "step1", title: "Step 1: Create Your Secure Account", content: "> create_account --new\\\nConnecting to Zeroday network...\\\nAccount created: user@zeroday.org\\\nAuth token generated: ##########\\\nWelcome, [USERNAME]. Your journey begins."},
{
- id: "step2",
- title: "Step 2: Select a Scenario",
- content: "> select_scenario --difficulty=hard\\\nFetching advanced scenarios...\\\nScenario 'Phoenix Rising' loaded. Type 'exploit --help' for options.\\\nObjective: Breach firewall, exfiltrate data from secure server.",
- },
+ id: "step2", title: "Step 2: Select a Scenario", content: "> select_scenario --difficulty=hard\\\nFetching advanced scenarios...\\\nScenario 'Phoenix Rising' loaded. Type 'exploit --help' for options.\\\nObjective: Breach firewall, exfiltrate data from secure server."},
{
- id: "step3",
- title: "Step 3: Exploit & Learn",
- content: "> exploit --learn --score\\\nInitiating exploit module...\\\nAnalyzing vulnerabilities in real-time...\\\nExploit successful. Data exfiltrated. Score updated: +500pts\\\nNew skill unlocked: Advanced Buffer Overflow. Read 'man buffer_overflow'.",
- },
+ id: "step3", title: "Step 3: Exploit & Learn", content: "> exploit --learn --score\\\nInitiating exploit module...\\\nAnalyzing vulnerabilities in real-time...\\\nExploit successful. Data exfiltrated. Score updated: +500pts\\\nNew skill unlocked: Advanced Buffer Overflow. Read 'man buffer_overflow'."},
]}
title="Your Path to Mastery"
description="A streamlined process to become a cybersecurity expert with Zeroday."
@@ -254,53 +174,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "player-1",
- name: "ShadowBytes",
- price: "Rank #1",
- variant: "Score: 12,450",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-bell-shape-with-snow_23-2149625186.jpg",
- imageAlt: "ShadowBytes avatar",
- },
+ id: "player-1", name: "ShadowBytes", price: "Rank #1", variant: "Score: 12,450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bell-shape-with-snow_23-2149625186.jpg", imageAlt: "ShadowBytes avatar"},
{
- id: "player-2",
- name: "GhostProtocol",
- price: "Rank #2",
- variant: "Score: 11,980",
- imageSrc: "http://img.b2bpic.net/free-photo/hacker-with-laptop_23-2147985377.jpg",
- imageAlt: "GhostProtocol avatar",
- },
+ id: "player-2", name: "GhostProtocol", price: "Rank #2", variant: "Score: 11,980", imageSrc: "http://img.b2bpic.net/free-photo/hacker-with-laptop_23-2147985377.jpg", imageAlt: "GhostProtocol avatar"},
{
- id: "player-3",
- name: "CipherSpectre",
- price: "Rank #3",
- variant: "Score: 10,210",
- imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970232.jpg",
- imageAlt: "CipherSpectre avatar",
- },
+ id: "player-3", name: "CipherSpectre", price: "Rank #3", variant: "Score: 10,210", imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970232.jpg", imageAlt: "CipherSpectre avatar"},
{
- id: "player-4",
- name: "NetRunner",
- price: "Rank #4",
- variant: "Score: 9,760",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-hacker-holding-laptop_23-2148578147.jpg",
- imageAlt: "NetRunner avatar",
- },
+ id: "player-4", name: "NetRunner", price: "Rank #4", variant: "Score: 9,760", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-hacker-holding-laptop_23-2148578147.jpg", imageAlt: "NetRunner avatar"},
{
- id: "player-5",
- name: "DeepPacket",
- price: "Rank #5",
- variant: "Score: 9,100",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-indoors_23-2151038764.jpg",
- imageAlt: "DeepPacket avatar",
- },
+ id: "player-5", name: "DeepPacket", price: "Rank #5", variant: "Score: 9,100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-indoors_23-2151038764.jpg", imageAlt: "DeepPacket avatar"},
{
- id: "player-6",
- name: "KernelNinja",
- price: "Rank #6",
- variant: "Score: 8,870",
- imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
- imageAlt: "KernelNinja avatar",
- },
+ id: "player-6", name: "KernelNinja", price: "Rank #6", variant: "Score: 8,870", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageAlt: "KernelNinja avatar"},
]}
title="Top Intruders"
description="See who's dominating the global Zeroday leaderboards and making an impact."
@@ -311,8 +195,7 @@ export default function LandingPage() {