From 72f4f5650e912f2b0ed59835710b710b621ac4c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:53:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c5351b..751cc94 100644 --- a/src/app/page.tsx +++ b/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" >
@@ -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() {