// AdOpsify homepage hero — CTV / programmatic / media buying const Hero = () => { const ref = React.useRef(null); React.useEffect(() => { if (!window.gsap) return; const els = ref.current.querySelectorAll("[data-reveal]"); window.gsap.from(els, { y: 40, opacity: 0, duration: 1.1, stagger: 0.08, ease: "expo.out", delay: 0.15, }); }, []); return (
{/* Background gradient blobs */}
AdOpsify LLC · Performance ad ops & engineering

Buy media that
actually performs.

AdOpsify plans, buys, and operates programmatic, CTV, and cross-channel campaigns for brands that measure outcomes — not impressions. Senior team, transparent fees, real-time dashboards.

{ e.currentTarget.style.transform = "translateY(-2px)"; e.currentTarget.style.boxShadow = "0 14px 32px rgba(46,91,255,0.40)"; }} onMouseLeave={e => { e.currentTarget.style.transform = "translateY(0)"; e.currentTarget.style.boxShadow = "0 8px 24px rgba(46,91,255,0.30)"; }} > Plan a campaign See our services Free media audit · 48-hour turnaround
); }; window.Hero = Hero;