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