mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
add "trusted by"
This commit is contained in:
@@ -109,6 +109,13 @@ const mouseStyle = computed(() => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex justify-center mt-20 z-[10] relative items-center flex-col gap-2">
|
||||||
|
<div class="poppins text-[1.2rem]"> Trusted by</div>
|
||||||
|
<NuxtLink to="https://nuvol.ai/" target="_blank" class="max-w-[18rem] bg-text-sub p-4 rounded-lg">
|
||||||
|
<img class="w-full h-full" :src="'nuvolai.png'">
|
||||||
|
</NuxtLink>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-center mt-20 z-[10] relative items-center flex-col gap-6">
|
<div class="flex justify-center mt-20 z-[10] relative items-center flex-col gap-6">
|
||||||
<Code></Code>
|
<Code></Code>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
BIN
landing/public/nuvolai.png
Normal file
BIN
landing/public/nuvolai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
Reference in New Issue
Block a user