chore: land page
This commit is contained in:
parent
7362210100
commit
7cddc2d0c9
|
@ -36,7 +36,7 @@ const colors = [
|
|||
:key="i"
|
||||
class="h-full w-full flex flex-col items-center justify-center"
|
||||
>
|
||||
<h5 :title="$t(col.subtext)" class="text-h4 text-h5 mt-3 text-center">
|
||||
<h5 :title="$t(col.subtext)" class="text-h4 text-h5 mt-3 text-center">
|
||||
{{ $t(col.subtext) }}
|
||||
</h5>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@ const colors = [
|
|||
:key="i"
|
||||
class="h-full w-full flex flex-col items-center justify-center"
|
||||
>
|
||||
<p :title="$t(col.description)" class="text-h6 mt-1 text-center">
|
||||
<p :title="$t(col.description)" class="text-h6 mt-1 text-center">
|
||||
{{ $t(col.description) }}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
asds
|
||||
</template>
|
Loading…
Reference in New Issue