/* global React, Eyebrow, Icon, Badge */ function ProofSection(){ return (
BEHIND THE PAYOUTS

Run by a creator who's done this at scale —
not a faceless agency.

{/* Kevis card */}
K
Kevis
Founder · @KevisStrats · ViewMastery

"I've made over $300K from YouTube Shorts running my own channels. I know exactly what clips work, what goes viral, and — most importantly — I know the money is real, because I'm paying you out of it."

@KevisStrats viewmastery.co
{/* Testimonials stack */}
); } function KpiCell({label,value}){ return (
{label}
{value}
); } function Testimonial({name,handle,amount,clips,body,emoji}){ return (
{name} {emoji}
{handle} · {clips}
{amount}

"{body}"

); } window.ProofSection = ProofSection;