15 Commits

Author SHA1 Message Date
dde8065e32 Switch to version 4: modified src/app/styles/variables.css 2026-05-25 14:17:25 +00:00
44e990bc0e Switch to version 4: modified src/app/page.tsx 2026-05-25 14:17:25 +00:00
3f71ac5034 Switch to version 3: modified src/app/styles/variables.css 2026-05-25 14:17:21 +00:00
8d2cbd47f2 Switch to version 3: modified src/app/page.tsx 2026-05-25 14:17:21 +00:00
99b96ea139 Merge version_4 into main
Merge version_4 into main
2026-05-25 14:16:14 +00:00
e6877c78e6 Update src/app/styles/variables.css 2026-05-25 14:16:11 +00:00
85fded43d0 Update src/app/page.tsx 2026-05-25 14:16:11 +00:00
01777795e9 Merge version_3 into main
Merge version_3 into main
2026-05-25 14:10:29 +00:00
f6e717fcf2 Update src/app/styles/variables.css 2026-05-25 14:10:26 +00:00
ab5eedf783 Update src/app/styles/base.css 2026-05-25 14:10:26 +00:00
4a2ed9b2f4 Update src/app/page.tsx 2026-05-25 14:10:25 +00:00
b3b1696130 Merge version_2 into main
Merge version_2 into main
2026-05-25 14:06:33 +00:00
35b1214786 Update src/app/page.tsx 2026-05-25 14:06:27 +00:00
b0f7bb5a46 Merge version_2 into main
Merge version_2 into main
2026-05-25 14:06:04 +00:00
b66c89424b Update src/app/page.tsx 2026-05-25 14:06:01 +00:00
3 changed files with 87 additions and 97 deletions

View File

@@ -2,111 +2,101 @@
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase"; import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import { Brain, ShieldAlert, Target, ShieldCheck, HelpCircle } from "lucide-react";
import { Sparkles, ArrowUpRight, Skull, Flame, TrendingUp, Shield, Zap, BookOpen, Target, Users, Award, AlertTriangle } from "lucide-react";
export default function CryptoWarfarePage() { export default function CryptoWarfarePage() {
return ( return (
<ThemeProvider> <ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" background="noiseDiagonalGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="bold">
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingOverlay <NavbarStyleFullscreen
brandName="CRYPTO WAR"
navItems={[ navItems={[
{ name: "The Truth", id: "truth" }, { name: "The Truth", id: "hero" },
{ name: "Arsenal", id: "arsenal" }, { name: "Arsenal", id: "arsenal" },
{ name: "Testimonials", id: "testimonials" }, { name: "Results", id: "results" },
{ name: "Pricing", id: "pricing" }, { name: "FAQ", id: "faq" }
]} ]}
button={{ text: "GET ACCESS", href: "#pricing" }} brandName="CRYPTO WARFARE"
button={{ text: "GET ACCESS", href: "#contact" }}
/> />
<HeroSplitDoubleCarousel
title="CRYPTO WARFARE" <div id="hero">
description="The market is a slaughterhouse. 95% of people feed it with their money. This is the manual for the other 5%." <HeroBillboard
tag="// THE NO-BS GUIDE TO TRADING //" title="CRYPTO WARFARE"
background={{ variant: "glowing-orb" }} description="The market is a slaughterhouse. 95% of people feed it with their money. This is the manual for the other 5%."
buttons={[ tag="// THE NO-BS GUIDE TO TRADING //"
{ text: "ENTER THE ARENA", href: "#pricing" }, background={{ variant: "sparkles-gradient" }}
]} buttons={[{ text: "ENTER THE ARENA", href: "#contact" }]}
leftCarouselItems={[ imageSrc="https://img.b2bpic.net/free-photo/stock-market-cryptocurrency-concept-stock-trading-laptop_169016-66728.jpg"
{ imageSrc: "http://img.b2bpic.net/free-photo/stock-market-cryptocurrency-concept-stock-trading-laptop_169016-66728.jpg", imageAlt: "Crypto Trading Chart" }, />
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-statistics-presentation-with-growth-arrows_23-2149023785.jpg", imageAlt: "Market Analysis" }, </div>
]}
rightCarouselItems={[ <div id="arsenal">
{ imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-laptop_23-2150372444.jpg", imageAlt: "Trading Signals" }, <FeatureCardTwentyFive
{ imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160218.jpg", imageAlt: "Data Analytics" }, title="THE CORE ARSENAL"
]} description="Professional-grade tactics for market survival."
/> animationType="depth-3d"
<FeatureCardSixteen textboxLayout="split"
title="YOU'RE DOING IT WRONG" useInvertedBackground={false}
description="If any of these describe you, the market is already eating your account." features={[
textboxLayout="default" { title: "Psychology", description: "Master your brain, market discipline, and emotional control.", icon: Brain, mediaItems: [{ imageSrc: "" }, { imageSrc: "" }] },
useInvertedBackground={false} { title: "Risk Management", description: "Capital preservation, position sizing, and stop loss logic.", icon: ShieldAlert, mediaItems: [{ imageSrc: "" }, { imageSrc: "" }] },
animationType="slide-up" { title: "Tactical TA", description: "Supply & Demand, no noise trading, and precision entry.", icon: Target, mediaItems: [{ imageSrc: "" }, { imageSrc: "" }] },
negativeCard={{ { title: "Combat Rules", description: "Battlefield standards, systematic execution, and rule adherence.", icon: ShieldCheck, mediaItems: [{ imageSrc: "" }, { imageSrc: "" }] }
items: ["FOMO Trades: Jumping in on pumps", "Revenge Trading: Trying to win back losses", "No Edge: Trading on vibes and hope", "100X Leverage: Being an organ donor for exchanges"] ]}
}} />
positiveCard={{ </div>
items: ["Discipline: The mindset of a predator", "Risk Management: Protecting the bankroll", "Technical Edge: Only the tools that work", "Cold Execution: Treating trading like a business"]
}} <div id="results">
/> <MetricCardFourteen
<FeatureBento title="THE RESULTS ARE REAL"
title="THE CORE ARSENAL" tag="PERFORMANCE METRICS"
description="What is inside the V1.0 Starter Pack." metricsAnimation="blur-reveal"
textboxLayout="default" useInvertedBackground={false}
useInvertedBackground={true} metrics={[
animationType="slide-up" { id: "1", value: "95%", description: "Casualties due to emotion and lack of strategy" },
features={[ { id: "2", value: "5%", description: "Operators using mathematical precision and cold execution" },
{ title: "Psychology", description: "Master your brain or the market destroys it.", bentoComponent: "reveal-icon", icon: Skull }, { id: "3", value: "0", description: "Shortcuts found; only hard work required" }
{ title: "Holy Trinity", description: "Risk management, edge, and discipline.", bentoComponent: "reveal-icon", icon: Shield }, ]}
{ title: "Tactical TA", description: "Forget indicator overload. Master volume and S/R.", bentoComponent: "reveal-icon", icon: Target }, />
{ title: "Crypto Warfare", description: "Specific rules for the most brutal battlefield.", bentoComponent: "reveal-icon", icon: Flame }, </div>
]}
/> <div id="faq">
<TestimonialCardFifteen <FaqBase
testimonial="I blew two accounts before reading this. The chapter on psychology alone was worth 10x the price." title="CORE QUESTIONS"
rating={5} description="Get the clarity you need."
author="— Marcus K., @crypto_mk_trades" faqsAnimation="blur-reveal"
avatars={[{ src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg", alt: "Marcus K." }]} textboxLayout="split"
ratingAnimation="blur-reveal" useInvertedBackground={false}
avatarsAnimation="blur-reveal" faqs={[
/> { id: "1", title: "Is this a get rich quick scheme?", content: "Absolutely not. This is a rigorous curriculum for serious professional traders." },
<MetricCardOne { id: "2", title: "Do I need a huge budget?", content: "Capital size is secondary; discipline is the primary engine for your growth." }
title="THE RESULTS ARE REAL" ]}
description="Operating with precision, not luck." />
gridVariant="uniform-all-items-equal" </div>
animationType="slide-up"
textboxLayout="default" <div id="contact">
metrics={[ <ContactText
{ id: "p1", value: "95%", title: "Casualties", description: "Traders who lose everything due to poor mindset", icon: AlertTriangle }, text="STOP FEEDING THE MACHINE. GET THE MANUAL. JOIN THE 5%."
{ id: "p2", value: "5%", title: "Operators", description: "Traders who operate with mathematical precision", icon: Zap }, background={{ variant: "sparkles-gradient" }}
{ id: "p3", value: "0", title: "Shortcuts", description: "Zero shortcuts taken in this curriculum", icon: BookOpen }, buttons={[{ text: "SECURE ACCESS", href: "#" }]}
]} useInvertedBackground={false}
/> />
<ContactCTA </div>
tag="// THE CHOICE IS YOURS //"
title="STOP FEEDING THE MACHINE" <FooterLogoEmphasis
description="Every day you trade without a system, you are donating your money. Get the manual. Build the edge."
buttons={[{ text: "UNLOCK ELITE PROTOCOL", href: "#pricing" }]}
background={{ variant: "sparkles-gradient" }}
/>
<FooterBase
logoText="CRYPTO WARFARE" logoText="CRYPTO WARFARE"
columns={[ columns={[
{ title: "Links", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, { items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
{ title: "Support", items: [{ label: "Contact Us", href: "#" }] }
]} ]}
/> />
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -13,12 +13,12 @@
--background: #0a0a0a; --background: #0a0a0a;
--card: #161616; --card: #161616;
--foreground: #f0f0f0; --foreground: #f0f0f0;
--primary-cta: #ffffff; --primary-cta: #FFD700;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e; --secondary-cta: #1e1e1e;
--secondary-cta-text: #e0e0e0; --secondary-cta-text: #e0e0e0;
--accent: #d0d0d0; --accent: #00FF41;
--background-accent: #9a9a9a; --background-accent: #1f2937;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);