{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"dusk-logo-cloud-3","type":"registry:block","title":"Logo Cloud 3","description":"Tailark Dusk logo-cloud variant 3 block","registryDependencies":["@tailark-oss/core-spotify","@tailark-oss/core-vercel","@tailark-oss/core-supabase","@tailark-oss/core-hulu","@tailark-oss/core-bolt","@tailark-oss/core-beacon"],"meta":{"aspect-ratio":"90/10","width":686,"height":76},"files":[{"path":"dusk/blocks/logo-cloud/three.tsx","type":"registry:component","target":"@components/logo-cloud-3.tsx","content":"import { Spotify } from '@/components/ui/svgs/spotify'\nimport { VercelFull } from '@/components/ui/svgs/vercel'\nimport { SupabaseFull } from '@/components/ui/svgs/supabase'\nimport { Hulu } from '@/components/ui/svgs/hulu'\nimport { Bolt } from '@/components/ui/svgs/bolt'\nimport { Beacon } from '@/components/ui/svgs/beacon'\n\nexport default function LogoCloud() {\n    return (\n        <section className=\"bg-background py-16\">\n            <div className=\"**:fill-muted-foreground relative mx-auto flex max-w-5xl flex-wrap items-center justify-center gap-8 md:gap-x-16\">\n                <Bolt\n                    height={22}\n                    width={54}\n                />\n                <VercelFull\n                    height={22}\n                    width={84}\n                />\n                <SupabaseFull className=\"h-6\" />\n                <Hulu\n                    height={18}\n                    width={56}\n                />\n                <Spotify\n                    height={26}\n                    width={84}\n                />\n                <Beacon\n                    height={24}\n                    width={80}\n                />\n            </div>\n        </section>\n    )\n}\n"}]}