/* VE GAMERZ — About. */ const { Button, Eyebrow, Badge } = window.VEGAMERZDesignSystem_63bcb5; const AB = window.VG_DATA; const AS = window.VG; function AboutHero() { const { wrap, Reveal, LogoMark } = AS; return (
); } function Timeline() { const { wrap, Reveal, SectionHead } = AS; return (
); } function MissionValues() { const { wrap, Reveal, SectionHead, Panel } = AS; return (

To make gaming content that actually helps you get better and feels like hanging out with friends. Real gameplay, honest guides, and a community where everyone levels up together — no gatekeeping, no ego, just good games and good people.

PlayCreateDominate
{AB.VALUES.map((v, i) => (

{v.title}

{v.text}

))}
); } function FutureGoals() { const { wrap, Reveal, SectionHead } = AS; return (
{AB.GOALS.map((g, i) => (
{g.metric}
{g.label}
))}
); } function GamingPassion() { const { wrap, Reveal } = AS; return (
05 · The Passion
"It was never about going viral. It's about the games we love and the squad we play them with."

Gaming is the reason any of this exists. The late-night ranked grinds, the clutch that made the whole lobby lose it, the community game nights that run way too long — that's the passion behind every upload. As long as there are games worth playing and a squad worth playing them with, VE GAMERZ keeps going.

); } function AboutScreen() { return (
); } window.AboutScreen = AboutScreen;