Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a8429efd1 | |||
| dee8f1dddc | |||
| dded2ab7cd | |||
| d8506c5442 | |||
| a5b864b71f | |||
| 15ef0ed07b | |||
| e0638fd15e |
@@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, Code, Flag, Shield } from "lucide-react";
|
||||
|
||||
@@ -41,13 +40,11 @@ export default function LandingPage() {
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "How It Works", id: "#how-it-works"},
|
||||
{
|
||||
name: "Leaderboard", id: "#leaderboard"},
|
||||
{
|
||||
name: "Early Access", id: "#early-access"},
|
||||
]}
|
||||
button={{
|
||||
text: "Enter the Game", href: "#early-access"}}
|
||||
text: "Enter the Game", href: "#early-access"}}
|
||||
brandName="ZERODAY"
|
||||
/>
|
||||
</div>
|
||||
@@ -65,7 +62,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Watch Trailer", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/developer-conducting-server-auditing_482257-91167.jpg"
|
||||
imageSrc="https://wtx.b-cdn.net/webild-assets/animated-characters/animated-character-1.webp"
|
||||
imageAlt="Terminal with cybersecurity code"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
@@ -94,6 +91,8 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "CTF CHALLENGES"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +111,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Game-Changing Stats"
|
||||
description="See the impact of Zeroday's community and challenges."
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +122,7 @@ export default function LandingPage() {
|
||||
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."]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,6 +147,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Master Core Cyber Skills"
|
||||
description="Dive deep into the methodologies and tools of ethical hacking."
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,31 +167,8 @@ export default function LandingPage() {
|
||||
title="Your Path to Mastery"
|
||||
description="A streamlined process to become a cybersecurity expert with Zeroday."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="leaderboard" data-section="leaderboard">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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-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-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-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."
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,17 +176,18 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join the Elite"
|
||||
title="Get Early Access"
|
||||
description="Be among the first to experience Zeroday. Sign up for exclusive beta invitations and critical updates on game development and new challenges."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2151997012.jpg"
|
||||
imageSrc="https://wtx.b-cdn.net/webild-assets/animated-characters/animated-character-2.webp"
|
||||
imageAlt="Secure network illustration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your secure email"
|
||||
buttonText="Request Early Access"
|
||||
termsText="By clicking Request Early Access you're confirming that you agree with our Terms of Service."
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user