From 099fcbdbd1f459ad0826ff1b6e89263439308182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 18 Jun 2024 16:25:13 +0200 Subject: [PATCH] docs: improve ctas --- docs/content/0.index.yml | 11 +++++------ docs/pages/pricing.vue | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 6 deletions(-) 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') + + + + + + + + + + +
+ +
+
+