diff --git a/app/page.tsx b/app/page.tsx
index 608be77..b0c6265 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -6,6 +6,7 @@ import { Github } from "lucide-react"
import Link from "next/link"
import { RelativeTime } from "@/registry/new-york/blocks/relative-time/relative-time"
import { InputCopyable } from "@/registry/new-york/blocks/input-copyable/input-copyable"
+import CrudExample from "@/components/crud-example"
export default function Home() {
const date = new Date()
@@ -74,6 +75,18 @@ export default function Home() {
+
+
+
+ A component that displays a CRUD interface for a given resource
+
+
+
+
+
+
+
+