Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-25 14:06:33 +00:00

View File

@@ -6,12 +6,9 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Skull, Shield, Target, Flame, AlertTriangle, Zap, BookOpen } from "lucide-react";
export default function CryptoWarfarePage() {
return (
@@ -46,6 +43,7 @@ export default function CryptoWarfarePage() {
gridVariant="bento-grid"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Psychology", description: "Master your brain or the market destroys it.", imageSrc: "https://img.b2bpic.net/free-photo/brain-concept-with-circuits_23-2149023785.jpg" },
{ title: "Risk Management", description: "Protecting your bankroll is survival.", imageSrc: "https://img.b2bpic.net/free-photo/shield-protection-concept_23-2149154638.jpg" },
@@ -61,6 +59,7 @@ export default function CryptoWarfarePage() {
description="Operating with precision, not luck."
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "95%", title: "Casualties", items: ["Losses due to emotion", "Lack of strategy"] },
{ id: "2", value: "5%", title: "Operators", items: ["Mathematical precision", "Cold execution"] },
@@ -75,6 +74,7 @@ export default function CryptoWarfarePage() {
description="Everything you need to know before joining the elite ranks."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Is this a get rich quick scheme?", content: "Absolutely not. This is a curriculum for professional traders." },
{ id: "2", title: "Do I need a huge budget?", content: "No, discipline matters more than capital." }
@@ -88,6 +88,7 @@ export default function CryptoWarfarePage() {
title="STOP FEEDING THE MACHINE"
description="Get the manual. Build the edge. Join the 5%."
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
onSubmit={(email) => console.log(email)}
/>
</div>