{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "web3-01", "description": "NFT collection preview with pixel art", "registryDependencies": [ "avatar", "card" ], "files": [ { "path": "creative-tim/blocks/web3-01/page.tsx", "content": "\"use client\"\n\nimport { Avatar, AvatarFallback, AvatarImage } from \"@/components/ui/avatar\"\nimport { Card, CardContent, CardHeader } from \"@/components/ui/card\"\n\nconst DATA = [\n {\n img: \"https://v3.material-tailwind.com/pixel-art-1.svg\",\n name: \"yqaw...09v\",\n tokenId: \"475\",\n profession: \"trader\",\n profileImg: \"https://images.unsplash.com/photo-1623853434105-8e7a72898180?auto=format&fit=crop&q=80&w=400&h=400\",\n },\n {\n img: \"https://v3.material-tailwind.com/pixel-art-2.svg\",\n name: \"yqaw...09v\",\n tokenId: \"476\",\n profession: \"owner\",\n profileImg: \"https://images.unsplash.com/photo-1716662318479-a9c0f1cd1a0e?auto=format&fit=crop&q=80&w=400&h=400\",\n },\n {\n img: \"https://v3.material-tailwind.com/pixel-art-3.svg\",\n name: \"yqaw...09v\",\n tokenId: \"477\",\n profession: \"trader\",\n profileImg: \"https://images.unsplash.com/photo-1716662318479-a9c0f1cd1a0e?auto=format&fit=crop&q=80&w=400&h=400\",\n },\n]\n\nexport default function Web301() {\n return (\n
\n \n \n \n \n PA\n \n

Pixelated Art

\n

\n These NFTs capture the essence of imagination and innovation,\n offering a glimpse into the boundless potential of the digital\n world.\n

\n
\n \n {DATA.map(({ img, name, tokenId, profession, profileImg }, key) => (\n \n \n \n \n \n

\n Pixelated Art\n

\n

Picture #{tokenId}

\n
\n
\n \n \n {name[0]}\n \n

{name}

\n
\n

\n {profession}\n

\n
\n
\n
\n ))}\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/web3-01/page.tsx" } ], "meta": { "iframeHeight": "900px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "web3" ], "type": "registry:block" }