docs(releases): improve page

This commit is contained in:
Benjamin Canac
2024-01-30 13:14:16 +01:00
parent ca9f47d7c0
commit aac6fb4334
2 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,13 @@
navigation: false
title: Releases
description: Follow the latest releases and updates of Nuxt UI.
title: '<span class="text-primary">Nuxt UI</span> Releases'
head.title: Releases
description: Follow the latest releases and updates happening on the nuxt/ui repository.
links:
- label: Get Started
trailingIcon: i-heroicons-arrow-right-20-solid
to: /getting-started
size: md
color: black
- label: View on GitHub
icon: i-simple-icons-github
to: https://github.com/nuxt/ui/releases

View File

@@ -6,7 +6,11 @@
<div class="h-px w-px rounded-full bg-transparent" />
</div>
<UPageHero :title="page.title" :description="page.description" :links="page.links" align="center" />
<ULandingHero :description="page.description" :links="page.links" align="center" :ui="{ title: 'sm:text-6xl' }" class="md:py-32">
<template #title>
<span v-html="page.title" />
</template>
</ULandingHero>
<UPageBody>
<div class="h-[96px] w-0.5 bg-gray-200 dark:bg-gray-800 mx-auto rounded-t-full" />