diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 6f2538f433..8519ef09b4 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1138,5 +1138,11 @@ "homepage": "https://framecn.vercel.app", "url": "https://framecn.vercel.app/r/{name}.json", "description": "Beautiful videos, made simple. Ready to use, customizable video components for React." + }, + { + "name": "@turbopills-ui", + "homepage": "https://www.turbopills.com/ui/docs", + "url": "https://ui.turbopills.com/r/{name}.json", + "description": "Beautiful, accessible, and customizable React components for your telehealth applications." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index ee60a14cc0..c52f0a3c07 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1329,5 +1329,12 @@ "url": "https://framecn.vercel.app/r/{name}.json", "description": "Beautiful videos, made simple. Ready to use, customizable video components for React.", "logo": "" + }, + { + "name": "@turbopills-ui", + "homepage": "https://www.turbopills.com/ui/docs", + "url": "https://ui.turbopills.com/r/{name}.json", + "description": "Beautiful, accessible, and customizable React components for your telehealth applications.", + "logo": "" } ]