{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "web3-03", "description": "Top crypto auctions with countdown timer", "registryDependencies": [ "avatar", "badge", "button", "card", "select" ], "files": [ { "path": "creative-tim/blocks/web3-03/page.tsx", "content": "\"use client\"\n\nimport { 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, CardHeader } 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 img: \"https://v3.material-tailwind.com/nft-1.svg\",\n name: \"@thedreamytrees\",\n desc: \"Owner\",\n profileImg: \"https://images.unsplash.com/photo-1623853434105-8e7a72898180?auto=format&fit=crop&q=80&w=400&h=400\",\n price: \"1,3 BTC\",\n time: \"23h:03m:33s\",\n },\n {\n img: \"https://v3.material-tailwind.com/nft-2.svg\",\n name: \"@lindemichael\",\n desc: \"Creator\",\n profileImg: \"https://images.unsplash.com/photo-1716662318479-a9c0f1cd1a0e?auto=format&fit=crop&q=80&w=400&h=400\",\n price: \"0,4 BTC\",\n time: \"23h:03m:33s\",\n },\n {\n img: \"https://v3.material-tailwind.com/nft-3.svg\",\n name: \"@mishastam\",\n desc: \"Owner\",\n profileImg: \"https://v3.material-tailwind.com/man-profile-2.jpg\",\n price: \"0,3 BTC\",\n time: \"23h:03m:33s\",\n },\n]\n\nexport default function Web303() {\n return (\n
\n \n \n
\n

Top Auctions

\n

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

\n
\n
\n \n \n \n \n
\n
\n \n {DATA.map(({ img, name, desc, profileImg, price, time }, key) => (\n \n \n \n \n \n \n {name[1]}\n \n
\n \n {name}\n \n \n {desc}\n \n
\n \n
\n \n
\n
\n

Current bid

\n

{price}

\n
\n
\n

\n Auction ends in\n

\n

{time}

\n
\n
\n
\n
\n ))}\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/web3-03/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" }