())
const { copied, copy } = useClipboard()
diff --git a/apps/docs/src/pages/components/primitives/aspect-ratio.md b/apps/docs/src/pages/components/primitives/aspect-ratio.md
index e0e2caa4f..47d1321a5 100644
--- a/apps/docs/src/pages/components/primitives/aspect-ratio.md
+++ b/apps/docs/src/pages/components/primitives/aspect-ratio.md
@@ -143,7 +143,7 @@ inline style and no semantics of its own. Any ARIA attributes belong on the
content inside. Pass `as` to change the element when a different semantic
wrapper is needed (e.g. `as="figure"`).
-## Questions
+## FAQ
::: faq
diff --git a/apps/docs/src/pages/components/primitives/atom.md b/apps/docs/src/pages/components/primitives/atom.md
index 8404d020b..033804d24 100644
--- a/apps/docs/src/pages/components/primitives/atom.md
+++ b/apps/docs/src/pages/components/primitives/atom.md
@@ -317,7 +317,7 @@ In renderless mode, you're responsible for applying attrs to your custom element
> [!WARNING]
> When using renderless mode, ensure your custom element is accessible. A `` needs explicit `role`, `tabindex`, and keyboard event handlers to match what a native `