This commit is contained in:
2025-04-28 20:16:00 -03:00
parent 7a45d58fb8
commit aaf4c1e9ee
6 changed files with 37 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ const { Content } = await render(course);
</p>
<ul class="lg:flex gap-3" data-pagefind-ignore="all">
<li class="flex gap-1">
<Icon name="clock" class="size-5" />
<Icon name="clock" class="size-5 mt-0.5" />
<span
>Carga horária de {data.course.hours} horas</span
>
@@ -82,7 +82,7 @@ const { Content } = await render(course);
<li class="flex gap-1">
<Icon
name="check-badge"
class="size-5 text-blue-400"
class="size-5 text-blue-400 mt-0.5"
/>
<span>
Certificado com assinatura digital
@@ -97,14 +97,24 @@ const { Content } = await render(course);
</ul>
<div
class="flex max-lg:flex-col justify-center gap-2.5 lg:gap-8 lg:mt-16"
class="flex max-lg:flex-col justify-center items-start gap-2.5 lg:gap-8 lg:mt-16"
>
<a
href="#"
class="text-black font-semibold bg-lime-400 rounded p-3.5 hover:bg-white max-lg:text-center transition duration-150"
<div
class="flex flex-col justify-center gap-2.5 max-lg:w-full"
>
Contratar agora
</a>
<a
href="#"
class="text-black font-semibold bg-lime-400 rounded p-2.5 max-lg:text-center hover:bg-white hover:text-black"
>
Contratar R$99 p/ matrícula
</a>
<a
href="#planos"
class="text-blue-400 underline hover:no-underline text-center"
>
Ver mais formas de contratar
</a>
</div>
<a
href="http://bit.ly/3RlROu6"
class="flex flex-col hover:outline rounded outline-offset-2"