import { Stagger, StaggerItem } from "../ui/Stagger"; /** * One sentence, full width, no eyebrow, no button. * * The tonal break between the hero and the game showcase: the page stops * selling for a moment and simply says what the studio is for. The type is * fluid rather than stepped, and the band carries its own gradient so the * page is not one uninterrupted flat black from hero to footer. * * The two lines arrive separately, a beat apart. It is the only piece of copy * on the site meant to be read as speech, and the pause between them is the * point — the second line answers the first. */ export function Statement() { return (

A game you finish is a game you leave behind. We build worlds worth staying in.

); }