From ad8c70802ec767405ed384e16cebcdae38bc4721 Mon Sep 17 00:00:00 2001 From: ln-dev7 Date: Wed, 20 May 2026 22:22:36 +0100 Subject: [PATCH 1/2] feat: add new registry entry for blockus with logo and description --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index db9dd8ef57a..9807137dab7 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1378,5 +1378,12 @@ "url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json", "description": "Motion-rich React components for AI interfaces, SaaS blocks, and cinematic interactions. Free Wensity components only.", "logo": "" + }, + { + "name": "@blockus", + "homepage": "https://blockus.lndevui.com", + "url": "https://blockus.lndevui.com/r/{name}.json", + "description": "Production-ready React blocks built on shadcn/ui and Tailwind — drop them in, swap the copy, ship the page. Heroes, pricing and footer sections crafted by hand.", + "logo": "" } ] From 4c0bd701aa2adf56ba0164faca4b43f3fcb7e1e7 Mon Sep 17 00:00:00 2001 From: ln-dev7 Date: Wed, 20 May 2026 22:33:09 +0100 Subject: [PATCH 2/2] chore: rebuild registries.json with blockus entry --- apps/v4/public/r/registries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ed64a6cb102..8280df058bf 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1180,5 +1180,11 @@ "homepage": "https://wensity.com", "url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json", "description": "Motion-rich React components for AI interfaces, SaaS blocks, and cinematic interactions. Free Wensity components only." + }, + { + "name": "@blockus", + "homepage": "https://blockus.lndevui.com", + "url": "https://blockus.lndevui.com/r/{name}.json", + "description": "Production-ready React blocks built on shadcn/ui and Tailwind — drop them in, swap the copy, ship the page. Heroes, pricing and footer sections crafted by hand." } ]