import Iridescence from "./components/Iridescence"; import SiteHeader from "./components/SiteHeader"; import Hero from "./components/Hero"; import Marquee from "./components/Marquee"; import Reveal from "./components/Reveal"; import KineticText from "./components/KineticText"; import Services from "./components/Services"; import Metrics from "./components/Metrics"; import CaseStudies from "./components/CaseStudies"; import Process from "./components/Process"; import Faq from "./components/Faq"; import PillMark from "./components/PillMark"; import Magnetic from "./components/Magnetic"; import { testimonials } from "./content"; export default function Home() { return ( <>
{/* SOCIAL PROOF BAR */} {/* POSITIONING / PROBLEM — big editorial statement */}

Why we exist

Most marketing budgets buy{" "} activity, not{" "} outcomes.

We started to fix that. Dashboards fill up with impressions and “engagement” while the sales number sits still. Every campaign we run is built to move revenue, and we report on it the way your CFO would.
{/* SERVICES — broken grid */} {/* RESULTS — animated count-up */} {/* CASE STUDIES — large film-cell cards */} {/* PROCESS — pinned scrollytelling */} {/* TESTIMONIALS + PARTNERS */}

In their words

The number is the whole point.

{testimonials.map((t) => (

{t.quote}

{t.by}
))}
Partners Google Partner Meta Business Partner
{/* FAQ */} {/* FINAL CTA */}
); }