diff --git a/content/components/alert-dialog.md b/content/components/alert-dialog.md
index 97b9a090f..da3848d6c 100644
--- a/content/components/alert-dialog.md
+++ b/content/components/alert-dialog.md
@@ -61,5 +61,3 @@ If you want to control or be aware of the `open` state of the dialog from outsid
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/aspect-ratio.md b/content/components/aspect-ratio.md
index 1cf15df53..d10fd6e9e 100644
--- a/content/components/aspect-ratio.md
+++ b/content/components/aspect-ratio.md
@@ -25,5 +25,3 @@ description: Displays content while maintaining a specified aspect ratio, ensuri
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/avatar.md b/content/components/avatar.md
index e610e64a9..c2b7c0fba 100644
--- a/content/components/avatar.md
+++ b/content/components/avatar.md
@@ -28,5 +28,3 @@ description: Represents a user or entity with a recognizable image or placeholde
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/button.md b/content/components/button.md
index c85903927..d15b6b5fe 100644
--- a/content/components/button.md
+++ b/content/components/button.md
@@ -25,5 +25,3 @@ description: A special button component that can receive Melt UI builders for us
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/checkbox.md b/content/components/checkbox.md
index 7b8104561..e1790e28a 100644
--- a/content/components/checkbox.md
+++ b/content/components/checkbox.md
@@ -45,5 +45,3 @@ If you want to control or be aware of the `checked` state of the checkbox from o
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/collapsible.md b/content/components/collapsible.md
index e8a8b2bb4..294f0620e 100644
--- a/content/components/collapsible.md
+++ b/content/components/collapsible.md
@@ -45,5 +45,3 @@ Sometimes, you want to either control or be aware of the `open` state of the col
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/context-menu.md b/content/components/context-menu.md
index 475bc4b2f..6dc242802 100644
--- a/content/components/context-menu.md
+++ b/content/components/context-menu.md
@@ -54,5 +54,3 @@ description: Displays options or actions relevant to a specific context or selec
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/dialog.md b/content/components/dialog.md
index 28c01a992..bee150466 100644
--- a/content/components/dialog.md
+++ b/content/components/dialog.md
@@ -59,5 +59,3 @@ If you want to control or be aware of the `open` state of the dialog from outsid
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/dropdown-menu.md b/content/components/dropdown-menu.md
index 417d0031c..29561cffa 100644
--- a/content/components/dropdown-menu.md
+++ b/content/components/dropdown-menu.md
@@ -54,5 +54,3 @@ description: Displays a menu of items that users can select from when triggered.
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/label.md b/content/components/label.md
index 16d663c4e..4126e3184 100644
--- a/content/components/label.md
+++ b/content/components/label.md
@@ -25,5 +25,3 @@ description: Identifies or describes associated UI elements.
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/link-preview.md b/content/components/link-preview.md
index 52b931e50..3759aa481 100644
--- a/content/components/link-preview.md
+++ b/content/components/link-preview.md
@@ -28,5 +28,3 @@ description: Displays a summarized preview of a linked content's details or info
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/menubar.md b/content/components/menubar.md
index fc20c04ae..f18cde7f4 100644
--- a/content/components/menubar.md
+++ b/content/components/menubar.md
@@ -55,5 +55,3 @@ description: Organizes and presents a collection of menu options or actions with
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/pin-input.md b/content/components/pin-input.md
index fa1f979f1..28a6ae9ca 100644
--- a/content/components/pin-input.md
+++ b/content/components/pin-input.md
@@ -31,5 +31,3 @@ description: Allows users to input a sequence of one-character alphanumeric inpu
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/popover.md b/content/components/popover.md
index af9cc8a8c..b7c76b3cb 100644
--- a/content/components/popover.md
+++ b/content/components/popover.md
@@ -51,5 +51,3 @@ If you want to control or be aware of the `open` state of the popover from outsi
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/progress.md b/content/components/progress.md
index ba0b018ab..5e320640f 100644
--- a/content/components/progress.md
+++ b/content/components/progress.md
@@ -25,5 +25,3 @@ description: Visualizes the progress or completion status of a task or process.
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/radio-group.md b/content/components/radio-group.md
index a17d9de5b..65a080615 100644
--- a/content/components/radio-group.md
+++ b/content/components/radio-group.md
@@ -29,5 +29,3 @@ description: Allows users to select a single option from a list of mutually excl
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/select.md b/content/components/select.md
index c24203ea3..3c408386b 100644
--- a/content/components/select.md
+++ b/content/components/select.md
@@ -44,5 +44,3 @@ description: Enables users to choose from a list of options presented in a dropd
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/separator.md b/content/components/separator.md
index e21cca24e..2fe5bd968 100644
--- a/content/components/separator.md
+++ b/content/components/separator.md
@@ -25,5 +25,3 @@ description: Visually separates content or UI elements for clarity and organizat
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/slider.md b/content/components/slider.md
index e5b9174b4..c0993d1b9 100644
--- a/content/components/slider.md
+++ b/content/components/slider.md
@@ -29,5 +29,3 @@ description: Allows users to select a value from a continuous range by sliding a
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/switch.md b/content/components/switch.md
index 75e339468..dc4e0662b 100644
--- a/content/components/switch.md
+++ b/content/components/switch.md
@@ -28,5 +28,3 @@ description: A toggle control enabling users to switch between "on" and "off" st
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/tabs.md b/content/components/tabs.md
index 9d47b891c..1b6164d9a 100644
--- a/content/components/tabs.md
+++ b/content/components/tabs.md
@@ -30,5 +30,3 @@ description: Organizes content into distinct sections, allowing users to switch
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/toggle-group.md b/content/components/toggle-group.md
index 36a3490bc..9dd4fb695 100644
--- a/content/components/toggle-group.md
+++ b/content/components/toggle-group.md
@@ -28,5 +28,3 @@ description: A control element that switches between two states, providing a bin
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/toggle.md b/content/components/toggle.md
index 6afb01e66..3b718e4d4 100644
--- a/content/components/toggle.md
+++ b/content/components/toggle.md
@@ -28,5 +28,3 @@ description: Groups multiple toggle controls, allowing users to enable one or mu
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/toolbar.md b/content/components/toolbar.md
index 7becf2edd..79b8845cb 100644
--- a/content/components/toolbar.md
+++ b/content/components/toolbar.md
@@ -31,5 +31,3 @@ description: Displays frequently used actions or tools in a compact, easily acce
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/components/tooltip.md b/content/components/tooltip.md
index 2fff4be1f..2812ad645 100644
--- a/content/components/tooltip.md
+++ b/content/components/tooltip.md
@@ -30,5 +30,3 @@ description: Provides additional information or context when users hover over or
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/getting-started.md b/content/getting-started.md
index 224e94b46..27bca987d 100644
--- a/content/getting-started.md
+++ b/content/getting-started.md
@@ -39,5 +39,3 @@ You can then import and start using them in your app.
```
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/introduction.md b/content/introduction.md
index c7f2f297a..c4c65363a 100644
--- a/content/introduction.md
+++ b/content/introduction.md
@@ -1,6 +1,6 @@
---
title: Introduction
-description: A collection of headless components for Svelte, built with Melt UI builders.
+description: The headless components for Svelte.
---
Bits UI is a collection of headless component primitives that enable you to build your own custom components. They have been thoughtfully designed to prioritize simplicity without compromising customizability.
@@ -13,5 +13,3 @@ Under the hood, most of these components are powered by [Melt UI](https://melt-u
- [Melt UI](https://melt-ui.com) - The underlying builder API that powers Bits.
- [Radix UI](https://radix-ui.com) - The incredible headless component APIs that we've taken heavy inspiration from.
- [React Spectrum](https://react-spectrum.adobe.com) - An incredible collection of headless components we've taken inspiration from.
-
-🚧 **UNDER CONSTRUCTION** 🚧
diff --git a/content/styling.md b/content/styling.md
index de48aa108..3b23ebcaf 100644
--- a/content/styling.md
+++ b/content/styling.md
@@ -9,7 +9,7 @@ For each component that renders an HTML element, we provide a `class` prop that
## CSS frameworks
-If you're using a CSS framework like Tailwind or UnoCSS, you can simply pass the classes you need to the component, and they will be applied to the underlying HTML element it renders.
+If you're using a CSS framework like TailwindCSS or UnoCSS, you can simply pass the classes you need to the component, and they will be applied to the underlying HTML element it renders.
```svelte