diff --git a/app/components/CustomEdge.vue b/app/components/CustomEdge.vue
new file mode 100644
index 0000000..55217df
--- /dev/null
+++ b/app/components/CustomEdge.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/components/CustomNode.vue b/app/components/CustomNode.vue
new file mode 100644
index 0000000..d5ad20c
--- /dev/null
+++ b/app/components/CustomNode.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ data?.title || label }}
+
+
+ {{ data.subtitle }}
+
+
+
+
+
+
+
+
+
+
diff --git a/app/components/SponsorSection.vue b/app/components/SponsorSection.vue
index d91364f..502cb1c 100644
--- a/app/components/SponsorSection.vue
+++ b/app/components/SponsorSection.vue
@@ -9,12 +9,7 @@
}"
>
diff --git a/app/composables/useNavigation.ts b/app/composables/useNavigation.ts
index 8d1a487..4fc3943 100644
--- a/app/composables/useNavigation.ts
+++ b/app/composables/useNavigation.ts
@@ -9,31 +9,31 @@ function _useHeaderLinks() {
target: '_blank',
search: false,
},
- {
- label: 'Tutorial',
- icon: 'i-lucide-graduation-cap',
- to: '#',
- search: false,
- disabled: true,
- },
+ // {
+ // label: 'Tutorial',
+ // icon: 'i-lucide-graduation-cap',
+ // to: '#',
+ // search: false,
+ // disabled: true,
+ // },
{
label: 'Plugins',
to: '/plugins',
icon: 'i-lucide-puzzle',
search: false,
},
- {
- label: 'Deploy',
- to: '/deploy',
- icon: 'i-lucide-rocket',
- search: false,
- },
- {
- label: 'Templates',
- icon: 'i-lucide-app-window',
- to: '/templates',
- search: false,
- },
+ // {
+ // label: 'Deploy',
+ // to: '/deploy',
+ // icon: 'i-lucide-rocket',
+ // search: false,
+ // },
+ // {
+ // label: 'Templates',
+ // icon: 'i-lucide-app-window',
+ // to: '/templates',
+ // search: false,
+ // },
{
label: 'Blog',
icon: 'i-lucide-newspaper',
diff --git a/app/pages/index.vue b/app/pages/index.vue
index 2d0c5c9..7299e50 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -1,8 +1,7 @@