From 35b1214786a8818eca07aaa67f0b63e03ff1096e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:06:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c95b37a..bc329f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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)} /> -- 2.49.1