diff --git a/apps/www/app/page.tsx b/apps/www/app/page.tsx
index b255fafc0..21c43d4cf 100644
--- a/apps/www/app/page.tsx
+++ b/apps/www/app/page.tsx
@@ -17,9 +17,13 @@ export default function IndexPage() {
Beautifully designed components
built with Radix UI and Tailwind CSS.
-
+
Accessible and customizable components that you can copy and paste
- into your apps. Free. Open Source. And Next.js 13 Ready.
+ into your apps. Free. Open Source.{" "}
+
+ Use this to build your own component library
+
+ .
diff --git a/apps/www/content/docs/index.mdx b/apps/www/content/docs/index.mdx
index 045c7d449..ef923e4e5 100644
--- a/apps/www/content/docs/index.mdx
+++ b/apps/www/content/docs/index.mdx
@@ -13,15 +13,17 @@ This is **NOT** a component library.
It's a collection of re-usable components built using [Radix UI](https://radix-ui.com/) and [Tailwind CSS](https://tailwindcss.com/). It's a work in progress and I'm adding components as I need them.
-**All components are compatible with Next.js 13 (Client Components).**
+**All components are compatible with Next.js 13 (Client & Server Components).**
## FAQs
### What do you mean by not a component library?
-I mean you do not install it as a dependency. You copy and paste the code into your project and customize to your needs. The code is yours.
+I mean you do not install it as a dependency.
-You can also use it as a reference to build your own components.
+Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours.
+
+**Use this as a reference to build your own component libraries.**
### What is this based on?
@@ -79,3 +81,4 @@ But hey, let me know if you do. I'd love to see what you build.
- [Vercel](https://vercel.com) - Where I host all my projects.
- [Shu Ding](https://shud.in) - The typography styles is adapted from his work on Nextra.
- [Cal](https://cal.com) - Where I copied the styles for the first component: the `Button`.
+- [cmdk](https://cmdk.paco.me) - For the `` component.