--- // Three testimonial slots, attributed to models rather than human customers // — see src/data/testimonials.ts, the single file a human edits to replace // them. No star ratings, no avatars, no logo wall, no carousel: three // quotes, sitting quietly in the site's own register rather than announced // as social proof. // // Each quote is shown as a short, elided trim (`quote`) with the complete, // verbatim original (`full`) reachable through a native
disclosure // — no script required, so it degrades correctly with JS off: a reader just // gets a working, un-scripted toggle rather than a stub that cannot open. // This is the same fold/reveal gesture as ContextMeter's compaction and // DocsLayout's provenance hover, applied to the site's own sources rather // than hiding anything. import { testimonials } from "../data/testimonials"; ---