-
-
-
-

-
-
-
comfybot
-
this button was clicked {state.count} times
-
-
- +1
-
-
- 🗑 delete
-
-
-
-
-
-
-
- {state.chatInputText || (
-
- Message #showing-off-reacord
-
- )}
-
-
-
-

-
- )
-}
diff --git a/packages/website/app/modules/landing/landing-code.mdx b/packages/website/app/modules/landing/landing-code.mdx
deleted file mode 100644
index d62396e..0000000
--- a/packages/website/app/modules/landing/landing-code.mdx
+++ /dev/null
@@ -1,26 +0,0 @@
-{/* prettier-ignore */}
-```tsx
-import * as React from "react"
-import { Button, useInstance } from "reacord"
-
-function Counter() {
- const [count, setCount] = React.useState(0)
- const instance = useInstance()
- return (
- <>
- this button was clicked {count} times
-