mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
optimize landing page
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center mx-auto w-[20rem] z-[25] relative">
|
||||
<img class="w-full h-full" :src="'agent.png'">
|
||||
<img class="w-full h-full" alt="Litlyx AI Agent" :src="'agent.png'">
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col items-center justify-center gap-2 z-[25] relative">
|
||||
|
||||
@@ -11,7 +11,7 @@ const props = defineProps<{
|
||||
<template>
|
||||
<div class="p-6 flex flex-col items-center gap-3">
|
||||
<div class="w-[4.2rem] h-[4.2rem] lg:w-[6rem] lg:h-[6rem] bg-menu rounded-2xl flex items-center justify-center">
|
||||
<img :src="icon">
|
||||
<img :alt="name" :src="icon">
|
||||
</div>
|
||||
<div class="poppins font-semibold text-text-sub">
|
||||
{{ name }}
|
||||
|
||||
Reference in New Issue
Block a user