"use client"; /** * ProofBar — "trusted by" band. A labelled, seamless looping marquee of the * industries we grow, separated by the brand pill glyph. Pure CSS transform * animation; pauses under reduced-motion via the stylesheet. Decorative track, * but the label and items are real text. (Swap industry labels for greyscale * client logos before launch.) */ const items = [ "E-commerce", "B2B SaaS", "Clinics", "Professional services", "Retail", "Hospitality", ]; function Row() { return ( ); } export default function Marquee() { return (

Trusted by teams that care about the sales number

); }