{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "logo-cloud-1",
  "type": "registry:block",
  "title": "Logo Cloud 1",
  "description": "Heading with a wrapped grid of partner logos.",
  "files": [
    {
      "path": "app/preview/logo-cloud/one/page.tsx",
      "content": "export default function LogoCloud() {\n    return (\n        <section className=\"bg-background py-16\">\n            <div className=\"mx-auto max-w-5xl px-6\">\n                <h2 className=\"text-center text-lg font-medium\">Your favorite companies are our partners.</h2>\n                <div className=\"mx-auto mt-20 flex max-w-4xl flex-wrap items-center justify-center gap-x-12 gap-y-8 sm:gap-x-16 sm:gap-y-12\">\n                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/nvidia.svg\" alt=\"Nvidia Logo\" height=\"20\" width=\"auto\" />\n                    <img className=\"h-4 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/stripe.svg\" alt=\"Stripe Logo\" height=\"16\" width=\"auto\" />\n                    <img className=\"h-4 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/github.svg\" alt=\"GitHub Logo\" height=\"16\" width=\"auto\" />\n                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/nike.svg\" alt=\"Nike Logo\" height=\"20\" width=\"auto\" />\n                    <img className=\"h-4 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/laravel.svg\" alt=\"Laravel Logo\" height=\"16\" width=\"auto\" />\n                    <img className=\"h-7 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/supabase.svg\" alt=\"Supabase Logo\" height=\"28\" width=\"auto\" />\n                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/lemonsqueezy.svg\" alt=\"Lemon Squeezy Logo\" height=\"20\" width=\"auto\" />\n                    <img className=\"h-6 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/anthropic.svg\" alt=\"Anthropic Logo\" height=\"24\" width=\"auto\" />\n                    <img className=\"h-4 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/tailwindcss.svg\" alt=\"Tailwind CSS Logo\" height=\"16\" width=\"auto\" />\n                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/vercel.svg\" alt=\"Vercel Logo\" height=\"20\" width=\"auto\" />\n                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/zapier.svg\" alt=\"Zapier Logo\" height=\"20\" width=\"auto\" />\n                </div>\n            </div>\n        </section>\n    )\n}\n",
      "type": "registry:component",
      "target": "components/logo-cloud.tsx"
    }
  ]
}