Logo Cloud
atroui/logo-cloudFreeBlock
Partner / client name strip with editable CONTENT and NAMES.
Install it
npx shadcn@latest add https://atroui.com/r/logo-cloud.jsonSource
1/**2 * Edit CONTENT / NAMES when you have real clients or partners.3 * Text marks by default — swap cells for Image when you have assets.4 */5const CONTENT = {6 stamp: "Trusted by",7 lede: "Swap NAMES for clients or stack partners. Prefer real marks when you have them.",8}910const NAMES = [11 "Northline",12 "Cascade",13 "Harbor",14 "Kiln",15 "Fieldwork",16 "Orbit",17]1819export function LogoCloud() {20 return (21 <section className="border-t border-border-subtle">22 <div className="border-b border-border-subtle">23 <div className="mx-auto max-w-7xl border-x border-border-subtle px-6 py-10 sm:px-10 sm:py-12">24 <div className="max-w-md">25 <p className="text-[11px] font-semibold tracking-[0.14em] text-muted-foreground uppercase">26 {CONTENT.stamp}27 </p>28 <p className="mt-2 text-sm leading-relaxed text-muted-foreground">29 {CONTENT.lede}30 </p>31 </div>32 <ul className="mt-8 grid grid-cols-2 gap-px overflow-hidden rounded-lg border border-border-subtle bg-border-subtle sm:grid-cols-3 md:grid-cols-6">33 {NAMES.map((name) => (34 <li35 key={name}36 className="flex min-h-16 items-center justify-center bg-background px-3 py-4"37 >38 <span className="text-sm font-medium tracking-tight text-muted-foreground">39 {name}40 </span>41 </li>42 ))}43 </ul>44 </div>45 </div>46 </section>47 )48}
Files it writes
More from atroui
All 81 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Analytics Provideranalytics-provider | atroui | Blocks | Free | 1 dep | |
| AR Portfolioar-portfolio | atroui | Blocks | Free | 1 dep | |
| Before / Afterbefore-after-slider | atroui | Blocks | Free | no deps | |
| Calendly Embedcalendly-embed | atroui | Blocks | Free | 1 dep | |
| Changelogchangelog | atroui | Blocks | Free | no deps | |
| Command Menucommand-menu | atroui | Blocks | Free | 4 deps | |
| Contact Formcontact-form | atroui | Blocks | Free | 2 deps | |
| Contextual CTAcontextual-cta | atroui | Blocks | Free | 2 deps |
