{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "web3-04", "description": "Trending NFT collections with gradient overlay", "registryDependencies": [ "avatar", "badge", "button", "card", "select" ], "files": [ { "path": "creative-tim/blocks/web3-04/page.tsx", "content": "\"use client\"\n\nimport { Cuboid, Grid3x3, Menu } from \"lucide-react\"\n\nimport { Avatar, AvatarFallback, AvatarImage } from \"@/components/ui/avatar\"\nimport { Badge } from \"@/components/ui/badge\"\nimport { Button } from \"@/components/ui/button\"\nimport { Card, CardContent } from \"@/components/ui/card\"\nimport {\n Select,\n SelectContent,\n SelectItem,\n SelectTrigger,\n SelectValue,\n} from \"@/components/ui/select\"\n\nconst DATA = [\n {\n price: \"9,999 NFTs\",\n img: \"https://v3.material-tailwind.com/nft-1.svg\",\n name: \"@thedreamytrees\",\n title: \"Dreamy Trees\",\n profileImg: \"https://images.unsplash.com/photo-1623853434105-8e7a72898180?auto=format&fit=crop&q=80&w=400&h=400\",\n desc: \"Website visitors today demand a frictionless user experience.\",\n },\n {\n price: \"3,000 NFTs\",\n img: \"https://v3.material-tailwind.com/nft-2.svg\",\n name: \"@3dfaces\",\n title: \"Face NFTs\",\n profileImg: \"https://images.unsplash.com/photo-1716662318479-a9c0f1cd1a0e?auto=format&fit=crop&q=80&w=400&h=400\",\n desc: \"Website visitors today demand a frictionless user experience.\",\n },\n {\n price: \"9,999 NFTs\",\n img: \"https://v3.material-tailwind.com/nft-3.svg\",\n name: \"@theplanetsoftheuniverse\",\n title: \"The Planets Of The Universe\",\n profileImg: \"https://v3.material-tailwind.com/man-profile-2.jpg\",\n desc: \"Website visitors today demand a frictionless user experience.\",\n },\n]\n\nexport default function Web304() {\n return (\n
\n \n \n
\n
\n

Trending Collections

\n

\n The most sought-after collections across the entire ecosystem.\n

\n
\n
\n \n \n \n
\n
\n
\n {DATA.map(({ price, img, name, title, profileImg, desc }, key) => (\n \n \n
\n \n \n \n Collection\n \n
\n

\n {title}\n \n ✓\n \n

\n

{desc}

\n
\n
\n \n \n {name[1]}\n \n

{name}

\n
\n

\n {price}\n

\n
\n
\n
\n \n ))}\n
\n \n
\n
\n )\n}\n", "type": "registry:page", "target": "app/web3-04/page.tsx" } ], "meta": { "iframeHeight": "1100px", "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" }