Social Proof Strip
testimonialfrom Startup Bold
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
| Property | Type | Default | Description |
|---|---|---|---|
| label | string | — | |
| logos | array | — |
View raw JSON schema
{
"type": "object",
"properties": {
"label": {
"type": "string"
},
"logos": {
"type": "array"
}
}
}