export default function MeanManHomepageConcept() { const cards = [ { category: "Power", title: "What changed, what didn’t, and what everyone is spinning", body: "A structured breakdown of a major public issue with source-driven analysis, timeline context, and a plain-English conclusion.", }, { category: "Money", title: "Who profits when the narrative moves faster than the facts?", body: "Follow incentives, policy, media framing, institutional behavior, and the gaps between headlines and underlying evidence.", }, { category: "Systems", title: "The official story, the counter-story, and the verifiable middle", body: "A format built to separate confirmed facts, competing claims, open questions, and editorial judgment.", }, ]; const pillars = [ { title: "Backed by research", text: "Primary documents, credible reporting, data, and direct-source references are shown clearly so readers can inspect the basis for each conclusion.", }, { title: "All sides represented", text: "Competing viewpoints are summarized fairly before any editorial conclusion is offered. The goal is clarity, not slogan warfare.", }, { title: "No spin language", text: "Direct writing, clean layouts, and visible confidence markers help readers distinguish what is known, what is disputed, and what remains unclear.", }, { title: "Updated when facts move", text: "Every major story can carry revisions, timeline updates, and visible change logs so trust is earned over time rather than claimed once.", }, ]; const sections = [ "Politics & Power", "Health & Science", "Economy & Housing", "Media & Culture", "Global Flashpoints", "Deep Dives", ]; return (
MM
MeanMan
No spin. Show the receipts.
Independent analysis platform

The signal after the noise.

MeanMan is built for readers who are done with spin, tired of theatrical certainty, and want direct analysis grounded in evidence, competing viewpoints, and visible sourcing.

{[ ["Facts", "Clearly separated from interpretation"], ["Disputes", "Competing claims shown side by side"], ["Updates", "Visible revisions when evidence changes"], ].map(([title, text]) => (
{title}
{text}
))}
Lead analysis
What happened, what’s claimed, what holds up
Updated live
Confirmed

Verified facts, dates, filings, public statements, and directly sourced evidence appear first.

Contested

Competing claims are labeled, framed accurately, and linked to the source of each argument.

Editorial take

Opinion is allowed, but it is explicit, separated, and anchored to the evidence already presented.

Latest

Built for hard subjects.

A homepage mix of flagship investigations, sharp explainers, and recurring editorial formats that establish tone without turning into chaos.

{cards.map((card) => (
{card.category}

{card.title}

{card.body}

Read the breakdown →
))}
Method

The platform only works if the process is visible.

{pillars.map((pillar) => (

{pillar.title}

{pillar.text}

))}
Sections

Strong categories. Clear signal.

The brand should feel disciplined and premium, not loud for the sake of being loud. These categories give it shape and help merchandise extensions later.

{sections.map((item) => (
{item}
))}
The briefing

Get the week’s hardest stories without the theater.

A premium-style newsletter and membership product that supports subscriptions, sponsor inventory, events, merchandise, and long-term authority.

Join the list

Early concept positioning: direct, premium, skeptical, disciplined, and built for future merch, media, and subscription layers.

); }