From 6e6cf9ee96235b07009cfafe233043393d321a8b Mon Sep 17 00:00:00 2001
From: LN <62269693+ln-dev7@users.noreply.github.com>
Date: Tue, 26 May 2026 18:18:51 +0100
Subject: [PATCH] Feat/add registry directory blockus (#10711)
* feat: add new registry entry for blockus with logo and description
* chore: rebuild registries.json with blockus entry
---
apps/v4/public/r/registries.json | 6 ++++++
apps/v4/registry/directory.json | 7 +++++++
2 files changed, 13 insertions(+)
diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index f4f83df68e..ebe2d43f7e 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1192,5 +1192,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."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index b537566ef4..a926b9359e 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1392,5 +1392,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": ""
}
]