Merge version_2 into main #3
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,6 +89,7 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "24h", description: "Turnaround" },
|
||||
{ id: "m3", value: "100%", description: "Penetration" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user