logo-cloud-03
eldoraui/logo-cloud-03FreeBlock
A logo cloud with marquee effect.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/logo-cloud-03.jsonSource
1import Image from "next/image"23import { Marquee } from "@/registry/eldoraui/marquee"45const companies = [6 {7 name: "Google",8 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Google.svg",9 },10 {11 name: "GitHub",12 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/GitHub.svg",13 },14 {15 name: "Amazon",16 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Amazon.svg",17 },18 {19 name: "Netflix",20 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Netflix.svg",21 },22 {23 name: "YouTube",24 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/YouTube.svg",25 },26 {27 name: "Instagram",28 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Instagram.svg",29 },30 {31 name: "Spotify",32 url: "https://pub-b3533f2e1c954842824758490b95c9d5.r2.dev/Spotify.svg",33 },34]3536export default function LogoCloud03Page() {37 return (38 <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">39 <div className="w-full max-w-sm md:max-w-3xl">40 <section id="logos">41 <div className="container mx-auto px-4 py-12 md:px-8">42 <h3 className="text-center text-sm font-semibold text-gray-500">43 TRUSTED BY LEADING TEAMS44 </h3>45 <div className="relative mt-6">46 <Marquee className="max-w-full [--duration:40s]">47 {companies.map((company, idx) => (48 <Image49 key={idx}50 width={112}51 height={40}52 src={company.url}53 className="h-10 w-28 opacity-30 grayscale dark:brightness-0 dark:invert"54 alt={company.name}55 />56 ))}57 </Marquee>58 <div className="from-background pointer-events-none absolute inset-y-0 left-0 h-full w-1/3 bg-gradient-to-r"></div>59 <div className="from-background pointer-events-none absolute inset-y-0 right-0 h-full w-1/3 bg-gradient-to-l"></div>60 </div>61 </div>62 </section>63 </div>64 </div>65 )66}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| cta-01cta-01 | eldoraui | Blocks | Free | 2 deps · 2 files | |
| cta-02cta-02 | eldoraui | Blocks | Free | 2 deps · 3 files | |
| cta-03cta-03 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| features-01features-01 | eldoraui | Blocks | Free | 3 deps · 3 files | |
| footer-01footer-01 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| header-01header-01 | eldoraui | Blocks | Free | 3 deps · 5 files | |
| header-02header-02 | eldoraui | Blocks | Free | 3 deps · 2 files | |
| logo-cloud-01logo-cloud-01 | eldoraui | Blocks | Free | 1 dep · 2 files |
