Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="NEO-TERMINAL ACCESS"
|
||||
description="Enter the command interface and sync with the neural grid. Your journey into the synthetic unknown begins here."
|
||||
leftCarouselItems={[
|
||||
@@ -63,9 +63,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg", imageAlt: "Abstract network data" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-half-fox-half-robot_23-2151601014.jpg", imageAlt: "Terminal screen interface" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "BOOT SYSTEM", href: "#contact" }
|
||||
]}
|
||||
buttons={[{ text: "BOOT SYSTEM", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/system-hacked-alert-message-computer-screen-hacker-breaking-into-database-server-criminal-cyberattack-malicious-software-password-cracking-program-information-stealing_482257-66455.jpg", alt: "Operator 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-team-governmental-hackers-conducting-cyber-surveillance_482257-132095.jpg", alt: "Operator 2" },
|
||||
@@ -89,9 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="SYSTEM ARCHITECTURE"
|
||||
description="We are a decentralized network of engineers building the next phase of digital existence. Our architecture is designed for speed, security, and absolute immersion."
|
||||
buttons={[
|
||||
{ text: "READ LOGS", href: "#blog" }
|
||||
]}
|
||||
buttons={[{ text: "READ LOGS", href: "#blog" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-enabling-computers-replicate-human-brain-functioning-machine-learning-algorithms-used-computational-operations-based-data-pattern-recognition-3d-render-animation_482257-66074.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -191,9 +187,7 @@ export default function LandingPage() {
|
||||
tag="UPLINK REQUIRED"
|
||||
title="INITIALIZE CONNECTION"
|
||||
description="Connect to our system now."
|
||||
buttons={[
|
||||
{ text: "INITIALIZE" }
|
||||
]}
|
||||
buttons={[{ text: "INITIALIZE" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user