From bebf565739efea1a20efddc079470962300b6f75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:04:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9ae4b..d3947b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Target, Zap, Settings, Shield } from "lucide-react"; +import { Target } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -58,7 +58,8 @@ export default function LandingPage() { description="We are a tactical creative unit. We don't just design; we perform surgical strikes on the market." subdescription="Our process is optimized for speed, precision, and bottom-line growth." icon={Target} - imageSrc="http://img.b2bpic.net/free-photo/mindless-zombie-woman-talking-with-office-colleague-while-scary-dead-coworker-passing-by-businessman-discussing-with-creepy-evil-monster-while-spooky-bizarre-undead-corpse-walks-by-them_482257-46724.jpg" + videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" + useInvertedBackground={false} /> @@ -75,6 +76,7 @@ export default function LandingPage() { { title: "Tactical Operations", description: "End-to-end creative command.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=66o09m" }, { title: "Defensive Strategy", description: "Hardened brand assets.", imageSrc: "http://img.b2bpic.net/free-photo/empty-russian-army-base-operations-equipped-with-high-tech-gear_482257-106934.jpg" }, ]} + useInvertedBackground={false} /> @@ -87,6 +89,7 @@ export default function LandingPage() { { id: "m2", value: "24h", description: "Turnaround" }, { id: "m3", value: "100%", description: "Penetration" }, ]} + useInvertedBackground={false} /> @@ -100,6 +103,7 @@ export default function LandingPage() { { id: "t1", name: "Lead Architect", role: "Design Ops", testimonial: "Absolute precision in every deliverable. Changed the game for our brand." }, { id: "t2", name: "Growth Lead", role: "Tech Scale", testimonial: "Fast, tactical, and incredibly effective. Their workflow is unmatched." } ]} + useInvertedBackground={false} /> @@ -110,6 +114,7 @@ export default function LandingPage() { description="Reach out for a briefing and see if your mission aligns with ours." buttons={[{ text: "Book Strategy Session" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1