Sections
SocialProofBar
Horizontal bar of company logos / brand names for trust building
Quick Preview
Used by leading teams
โฒVercel
โฌขNext.js
โReact
๐Tailwind
๐TypeScript
โGitHub
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/SocialProofBar.tsx
Usage
import SocialProofBar from '@/components/sections/SocialProofBar'<SocialProofBartitle="Trusted by thousands"items={[{ logo: 'โฒ', name: 'Vercel' },{ logo: 'โ', name: 'React' },]}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | SocialProofItem[] | - | Array of logo/name items |
title | string | - | Label above logos |