mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
docs: add pro section on landing
This commit is contained in:
@@ -188,6 +188,26 @@
|
||||
</div>
|
||||
</ULandingCTA>
|
||||
</ULandingSection>
|
||||
|
||||
<ULandingSection :links="page.pro.links">
|
||||
<template #title>
|
||||
<span v-html="page.pro.title" />
|
||||
</template>
|
||||
|
||||
<template #description>
|
||||
<span v-html="page.pro.description" />
|
||||
</template>
|
||||
|
||||
<UColorModeImage
|
||||
:light="`${page.pro.image.path}-light.svg`"
|
||||
:dark="`${page.pro.image.path}-dark.svg`"
|
||||
:width="page.pro.image.width"
|
||||
:height="page.pro.image.height"
|
||||
:alt="page.pro.title"
|
||||
loading="lazy"
|
||||
class="w-full lg:-mb-16"
|
||||
/>
|
||||
</ULandingSection>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user