Components/ccdebe0c-f06b-4bcf-8c75-ec0b01cd3d7a

Social Proof Strip

testimonialfrom Startup Bold
Sign in to Add to Project
Live

AI Usage Rules

Show company logos in grayscale. Use "Trusted by" or "Backed by" as label.

Code Template

<section className="bg-[#1A1A3E] py-16"><div className="mx-auto max-w-7xl px-6"><p className="text-center text-sm font-medium uppercase tracking-wider text-gray-400">{label}</p><div className="mt-8 flex flex-wrap items-center justify-center gap-12">{logos}</div></div></section>

Props Schema

PropertyTypeDefaultDescription
labelstring
logosarray
View raw JSON schema
{
  "type": "object",
  "properties": {
    "label": {
      "type": "string"
    },
    "logos": {
      "type": "array"
    }
  }
}