diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f4f83df68..ebe2d43f7 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 b537566ef..a926b9359 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": "" } ]