Update src/app/page.tsx
This commit is contained in:
146
src/app/page.tsx
146
src/app/page.tsx
@@ -17,60 +17,39 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Arsenal",
|
||||
id: "#arsenal",
|
||||
},
|
||||
{
|
||||
name: "Ecosystem",
|
||||
id: "#ecosystem",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Arsenal", id: "#arsenal" },
|
||||
{ name: "Ecosystem", id: "#ecosystem" }
|
||||
]}
|
||||
brandName="CULT"
|
||||
button={{ text: "Join" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="DoraMiraFaSolya, CULT is waiting for you!"
|
||||
description="We are an ambitious, high-efficiency team in the Crypto/Malware sphere. Join the underground."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080745.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hexagonal-texture-background_23-2150796417.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244929.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-400093.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306740.jpg",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-blue-3d-abstract-wave-pattern_53876-95187.jpg",
|
||||
},
|
||||
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080745.jpg" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hexagonal-texture-background_23-2150796417.jpg" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244929.jpg" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-400093.jpg" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306740.jpg" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/light-blue-3d-abstract-wave-pattern_53876-95187.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,21 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "FUD RAT",
|
||||
description: "3 types, custom-built, no analogues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg",
|
||||
},
|
||||
{
|
||||
title: "Loader OneClick",
|
||||
description: "Custom Captcha / Instant or Launcher.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-black-skulls-with-piece-paper_23-2147908385.jpg",
|
||||
},
|
||||
{
|
||||
title: "GlobalSign",
|
||||
description: "Proprietary GlobalSign certificate production.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-phone-wallpaper-business-network-design_53876-160272.jpg",
|
||||
},
|
||||
{ title: "FUD RAT", description: "3 types, custom-built, no analogues.", imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg" },
|
||||
{ title: "Loader OneClick", description: "Custom Captcha / Instant or Launcher.", imageSrc: "http://img.b2bpic.net/free-photo/two-black-skulls-with-piece-paper_23-2147908385.jpg" },
|
||||
{ title: "GlobalSign", description: "Proprietary GlobalSign certificate production.", imageSrc: "http://img.b2bpic.net/free-photo/global-communication-phone-wallpaper-business-network-design_53876-160272.jpg" }
|
||||
]}
|
||||
title="Technical Arsenal"
|
||||
description="Custom-built proprietary tools with 0% EDR detection."
|
||||
@@ -115,21 +82,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25%",
|
||||
description: "Fixed team share",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Dedicated support",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1000$",
|
||||
description: "Max log bonus",
|
||||
},
|
||||
{ id: "m1", value: "25%", description: "Fixed team share" },
|
||||
{ id: "m2", value: "24/7", description: "Dedicated support" },
|
||||
{ id: "m3", value: "1000$", description: "Max log bonus" }
|
||||
]}
|
||||
title="Additional Advantages"
|
||||
description="Fixed 25% pay, 24/7 log checking, and deep processing."
|
||||
@@ -141,21 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Deep Processing",
|
||||
description: "Multi-sig and SafeGlobal vulnerabilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-with-plastic-lids-coffee-go-use-recycled-materials-zero-waste-minimalist-takeaway-coffee-idea-black_166373-2302.jpg",
|
||||
},
|
||||
{
|
||||
title: "Exodus Checker",
|
||||
description: "Balance check without passwords.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-need-help-from-engineers-fix-security-breach_482257-118164.jpg",
|
||||
},
|
||||
{
|
||||
title: "Contract Analysis",
|
||||
description: "Static/dynamic contract analysis and fuzzing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513310.jpg",
|
||||
},
|
||||
{ title: "Deep Processing", description: "Multi-sig and SafeGlobal vulnerabilities.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cups-with-plastic-lids-coffee-go-use-recycled-materials-zero-waste-minimalist-takeaway-coffee-idea-black_166373-2302.jpg" },
|
||||
{ title: "Exodus Checker", description: "Balance check without passwords.", imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-need-help-from-engineers-fix-security-breach_482257-118164.jpg" },
|
||||
{ title: "Contract Analysis", description: "Static/dynamic contract analysis and fuzzing.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513310.jpg" }
|
||||
]}
|
||||
title="Quality Processing"
|
||||
description="We process what others will never find, including ERC20, SPL, BRC20, and multi-sig vulnerabilities."
|
||||
@@ -169,24 +112,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "CULT Academy",
|
||||
role: "Learning Ecosystem",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coding-neon-cyberpunk-programmer-work_23-2152013678.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "CULT Cult",
|
||||
role: "Brotherhood of millions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-uses-green-screen-pc-ai-deep-learning-develop-zero-day-exploit_482257-88622.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "CULT Private",
|
||||
role: "Epicenter of schemes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
},
|
||||
{ id: "t1", name: "CULT Academy", role: "Learning Ecosystem", imageSrc: "http://img.b2bpic.net/free-photo/coding-neon-cyberpunk-programmer-work_23-2152013678.jpg" },
|
||||
{ id: "t2", name: "CULT Cult", role: "Brotherhood of millions", imageSrc: "http://img.b2bpic.net/free-photo/hacker-uses-green-screen-pc-ai-deep-learning-develop-zero-day-exploit_482257-88622.jpg" },
|
||||
{ id: "t3", name: "CULT Private", role: "Epicenter of schemes", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg" }
|
||||
]}
|
||||
title="Internal Ecosystem"
|
||||
description="CULT ecosystem: Academy, Cult, and Private branches."
|
||||
@@ -196,9 +124,7 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Strictly Prohibited"
|
||||
title="Ready to join?"
|
||||
description="Work on existing CIS territory is strictly prohibited. Join via our bot."
|
||||
@@ -210,14 +136,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="CULT TEAM"
|
||||
leftLink={{
|
||||
text: "Terms of Use",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Use", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user