diff --git a/app/components/TrustRow.tsx b/app/components/TrustRow.tsx index 5a69123..156e6ff 100644 --- a/app/components/TrustRow.tsx +++ b/app/components/TrustRow.tsx @@ -19,7 +19,13 @@ export async function TrustRow() { // Confirmed via a real horizontal-overflow measurement against the // live site (2026-07-29): scrollWidth exceeded the viewport by // ~100px at 666px and ~54px at 768px before this fix. -
+ // + // Alignment is tiered, same pattern as Hero's social-proof row: + // centered below sm: (true Mobile), left-aligned from sm: to lg: + // (each stacked badge's left edge lines up via items-start — no risk + // of a "crooked" look since it's a shared start edge, not per-badge + // centering), centered again once it's a single row at lg:. +
{items.map((item, i) => (
{i > 0 &&
}