diff --git a/docs/content/0.index.yml b/docs/content/0.index.yml
index c2cace45..b0ddabd6 100644
--- a/docs/content/0.index.yml
+++ b/docs/content/0.index.yml
@@ -16,7 +16,7 @@ hero:
icon: i-ph-arrow-right
links:
- label: Get started
- trailing-icon: i-heroicons-arrow-right-20-solid
+ trailing-icon: i-ph-arrow-right
to: '/docs/getting-started'
size: lg
- label: Star on GitHub
@@ -69,16 +69,15 @@ deploy:
width: 460
height: 259
buttons:
- - label: NuxtHub Admin
- icon: i-simple-icons-nuxtdotjs
+ - label: Deploy now
+ trailing-icon: i-ph-arrow-right
color: black
size: lg
to: https://admin.hub.nuxt.com/?utm_source=nuxthub-docs&utm_medium=home
target: _blank
- - label: Get started
+ - label: Start locally
color: gray
variant: ghost
- trailing-icon: i-heroicons-arrow-right-20-solid
to: '/docs/getting-started'
size: lg
database:
@@ -232,7 +231,7 @@ tool:
- label: Get started
color: gray
variant: ghost
- trailing-icon: i-heroicons-arrow-right-20-solid
+ trailing-icon: i-ph-arrow-right
to: '/docs/getting-started'
size: lg
title: Tailored features for Nuxt developers
diff --git a/docs/pages/pricing.vue b/docs/pages/pricing.vue
index ee174de2..15e9e495 100644
--- a/docs/pages/pricing.vue
+++ b/docs/pages/pricing.vue
@@ -3,6 +3,7 @@ definePageMeta({
primary: 'green'
})
const { data: page } = await useAsyncData('pricing', () => queryContent('/pricing').findOne())
+const { data: home } = await useAsyncData('index', () => queryContent('/').findOne())
const isYearly = ref(true)
const isWorkersPaid = ref(false)
@@ -87,6 +88,33 @@ defineOgImageComponent('Docs')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+