diff --git a/components.json b/components.json
new file mode 100644
index 0000000..c8d107c
--- /dev/null
+++ b/components.json
@@ -0,0 +1,16 @@
+{
+ "$schema": "https://shadcn-vue.com/schema.json",
+ "style": "default",
+ "typescript": true,
+ "tailwind": {
+ "config": "tailwind.config.js",
+ "css": "assets/css/tailwind.css",
+ "baseColor": "slate",
+ "cssVariables": true
+ },
+ "framework": "nuxt",
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils"
+ }
+}
diff --git a/components/public/Catalog.vue b/components/public/Catalog.vue
index daf5905..e46bbed 100644
--- a/components/public/Catalog.vue
+++ b/components/public/Catalog.vue
@@ -1,4 +1,10 @@
-
-
-
-
- {{ item.title }}
+
+
+
+
+
+
-
-
+
+
+
diff --git a/components/public/Header.vue b/components/public/Header.vue
index 6182713..1b0be3b 100644
--- a/components/public/Header.vue
+++ b/components/public/Header.vue
@@ -1,9 +1,9 @@
@@ -32,7 +32,7 @@ const config = await useGetConfig()
-
+
diff --git a/components/public/Tool.vue b/components/public/Tool.vue
index a42dc86..d88cd2b 100644
--- a/components/public/Tool.vue
+++ b/components/public/Tool.vue
@@ -28,7 +28,7 @@ onUnmounted(() => {
-
+