This commit is contained in:
2025-04-29 22:34:00 -03:00
parent 9954c352ce
commit 1c85fa4a8d
21 changed files with 360 additions and 273 deletions

View File

@@ -66,7 +66,7 @@ const { Content } = await render(course);
<p class="text-base/6">
{data.excerpt}
<a
href="#modulos"
href="#modules"
class="text-blue-400 *:hover:underline"
>
<sup>[1]</sup>
@@ -88,7 +88,7 @@ const { Content } = await render(course);
<span>
Certificado com assinatura digital
<a
href="#certificado"
href="#cert"
class="text-blue-400 *:hover:underline"
>
<sup>[2]</sup>
@@ -115,7 +115,7 @@ const { Content } = await render(course);
} p/ matrícula
</a>
<a
href="#modelos"
href="#plans"
class="text-blue-400 underline hover:no-underline text-center"
>
Ver mais modelos de contratação

View File

@@ -3,8 +3,10 @@ import { Picture } from "astro:assets";
import { Icon } from "astro-icon/components";
import Layout from "~/layouts/Layout.astro";
import Container from "~/components/Container.astro";
import Clients from "~/components/Clients.astro";
import Stats from "~/components/Stats.astro";
import Features from "~/components/Features.astro";
import Search from "./_components/Search.astro";
import { Clients, Stats, Features } from "~/components/Course";
import { getEntries } from "astro:content";
import mulhercomepi from "~/assets/mulher-com-epi.png";
@@ -75,7 +77,7 @@ const trends = await getEntries([
<Features />
<Container>
<section class="mx-auto lg:w-2/3 space-y-6 py-5 lg:py-12">
<section class="mx-auto lg:w-2/3 space-y-6 py-5 lg:py-24">
<div
class="grid lg:grid-cols-3 gap-2.5 lg:gap-5 *:border *:rounded-lg *:p-5 *:hover:scale-105 *:transition"
>
@@ -148,7 +150,7 @@ const trends = await getEntries([
<div
class="flex flex-col justify-center items-center border-lime-400"
>
...
<a href="#">Saiba mais</a>
</div>
</div>
</section>