// Shared content object used across all three design directions. // Numbers are softened from the real traction per user preference. const CONTENT = { brand: { name: "Galois Studio", initials: "GS", tagline: "A creator growth studio built on AI distribution.", subtagline: "We run the social machine. You run the business.", }, hero: { kicker: "Creator growth · est. 2025", headline: "Your face. A hundred accounts. One revenue line going up.", sub: "Galois Studio is an AI distribution studio for OnlyFans creators. We turn a single photoset into thousands of short-form videos across IG and TikTok — and funnel every view into paying subs.", primaryCTA: "Apply as creator", secondaryCTA: "See how it works", trustRow: ["Invite-only roster", "Revenue share, no upfront", "Contract in 72 hours"], }, stats: [ { v: "15M+", l: "Organic views generated", sub: "Across IG Reels & TikTok, last 90 days" }, { v: "64%", l: "Click-through to OnlyFans", sub: "From bio + pinned content" }, { v: "150+", l: "Social accounts in rotation", sub: "Per creator, geo-diversified" }, { v: "87K", l: "Monthly funnel visitors", sub: "Driven to creator landing pages" }, ], pipeline: [ { n: "01", t: "Capture", d: "One photoshoot with you. 200–500 reference frames. That's the last day you spend on camera.", }, { n: "02", t: "Synthesize", d: "Our pipeline recreates you frame-accurate in any pose, outfit or scenario. Built on a custom diffusion stack with NanaBanana identity lock.", }, { n: "03", t: "Produce", d: "We match first-frames of whatever's trending that week. 40–80 new videos weekly, per niche, per account.", }, { n: "04", t: "Distribute", d: "150+ accounts across IG & TikTok, warmed on GeeLark cloud phones + physical devices. Ban-resistant by design.", }, { n: "05", t: "Convert", d: "Traffic routed through split-tested landers into OF subs, PPV, and affiliate offers. Nothing is wasted.", }, ], services: [ { t: "Content engine", d: "AI video production at fleet scale — 40–80 units a week per niche." }, { t: "Account network", d: "150+ warmed IG & TikTok accounts, geo + persona diversified, ban-resilient." }, { t: "Funnel design", d: "Landers, PPV ladders, DM scripts. A/B tested on real traffic, not vibes." }, { t: "Chat operations", d: "Trained chatters running vetted scripts, audited weekly on OnlyMonster." }, { t: "Analytics", d: "Per-account, per-niche dashboards. We report revenue, not views." }, { t: "Compliance", d: "Clean payment rails, contracts in writing, tax paperwork handled." }, ], roster: [ { id: "B·", niche: "European · lifestyle", status: "Active", months: 8, note: "Peak 12K subs" }, { id: "R·", niche: "Latina · fitness", status: "Onboarding", months: 1, note: "Soft launch" }, { id: "A·", niche: "Goth · alt", status: "Active", months: 3, note: "Niche vertical" }, { id: "E·", niche: "Cosplay · gaming", status: "Reserved", months: 0, note: "Q3 slot" }, ], caseStudy: { label: "Case study · Creator B", before: { subs: "410", mrr: "$1,200", posts: "3/wk" }, after: { subs: "11,900", mrr: "$42,000", posts: "60+/wk" }, span: "Month 0 → Month 7", note: "Same creator. Same photoset from onboarding week. Every incremental dollar came from distribution, not more shoots.", }, testimonials: [ { q: "I shot for one afternoon in January. It's April and I haven't opened Instagram once. My MRR is 14x.", who: "Creator B · active since 2025", }, { q: "Every other agency wanted exclusivity and a 50% take. Galois took 25% and actually moved numbers in week two.", who: "Creator A · niche vertical", }, { q: "They showed me the dashboards. I knew which account made which dollar. I'd never had that before.", who: "Creator R · onboarding", }, ], faq: [ { q: "Do I have to show my face?", a: "No. Roughly half our roster runs faceless niches — the pipeline handles it the same way, and those verticals often convert higher.", }, { q: "Will people know the content is AI?", a: "Our audit of fan DMs across 200K+ conversations: zero complaints about AI likeness. The content is frame-accurate to you.", }, { q: "What's the deal structure?", a: "Non-exclusive revenue share. Typical split 75/25 in your favour. No upfront fees. No long lock-ins. Contract in 72 hours.", }, { q: "How long until I see results?", a: "Accounts warm over 2–3 weeks. First meaningful revenue lift usually lands in week 4–6. Compounding kicks in around month 3.", }, { q: "What do you actually need from me?", a: "One photoset, signed releases, and your OF login credentials (or we onboard a new one). That's it. You never post again unless you want to.", }, { q: "Who's behind this?", a: "Technical team with backgrounds at pump.fun and Oxford CS. We build our own infra — video gen, scheduling, analytics — so we don't pay margins to anyone.", }, ], form: { fields: [ { k: "name", l: "Name", placeholder: "How you'd like to be addressed" }, { k: "handle", l: "OnlyFans handle", placeholder: "@yourhandle · optional if starting fresh" }, { k: "niche", l: "Niche / vertical", placeholder: "e.g. alt, cosplay, latina fitness" }, { k: "revenue", l: "Current MRR", placeholder: "Roughly — $0 is fine" }, { k: "contact", l: "Telegram or email", placeholder: "@you · we reply within 72h" }, ], disclaimer: "We review every application. Invite-only roster — we take on 2–3 new creators per month.", }, footer: { company: "Project25 Inc. · Delaware · EIN 38-4354947", links: ["Roster", "How it works", "Case study", "Apply"], copy: "© 2026 Galois Studio. Built for creators who'd rather build than post.", }, }; window.CONTENT = CONTENT;