Skip to content

Commit

Permalink
docs: improve pro page
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 17, 2023
1 parent 431a61c commit e5cbeac
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/pages/pro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,21 @@
<MDC
:value="pro.code"
tag="pre"
class="prose prose-primary dark:prose-invert max-w-none -mt-5"
class="prose prose-primary dark:prose-invert max-w-none mt-10"
/>
</ULandingHero>
</UMain>
</template>

<script setup>
const title = 'Nuxt UI Pro: The Building Blocks for Modern Web Apps'
const description = 'Nuxt UI Pro is a collection of premium components built on top of Nuxt UI to create beautiful & responsive Nuxt applications in minutes. It includes all primitives to build landing pages, marketing pages, blogs, documentations or entire SaaS products.'
useSeoMeta({
titleTemplate: '',
title: title,
ogTitle: `${title} - Nuxt UI`,
description: description,
ogDescription: description
})
</script>

1 comment on commit e5cbeac

@vercel
Copy link

@vercel vercel bot commented on e5cbeac Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.