update
This commit is contained in:
32
superpage/src/components/Stats.astro
Normal file
32
superpage/src/components/Stats.astro
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
import Container from "~/components/Container.astro";
|
||||
---
|
||||
|
||||
<Container>
|
||||
<section class="lg:w-5/6 grid lg:grid-cols-3 gap-2.5 lg:gap-5 mx-auto">
|
||||
<div
|
||||
class="bg-white/5 p-12 rounded-xl space-y-1.5 border border-white/10"
|
||||
>
|
||||
<h1 class="text-lime-400 text-4xl font-semibold uppercase">
|
||||
+100 mil
|
||||
</h1>
|
||||
<span class="uppercase font-medium">Profissionais capacitados</span>
|
||||
</div>
|
||||
<div
|
||||
class="bg-white/5 p-12 rounded-xl space-y-1.5 border border-white/10"
|
||||
>
|
||||
<h1 class="text-lime-400 text-4xl font-semibold uppercase">
|
||||
+5 mil
|
||||
</h1>
|
||||
<span class="uppercase font-medium">Empresas atendidas</span>
|
||||
</div>
|
||||
<div
|
||||
class="bg-white/5 p-12 rounded-xl space-y-1.5 border border-white/10"
|
||||
>
|
||||
<h1 class="text-lime-400 text-4xl font-semibold uppercase">
|
||||
Desde 2012
|
||||
</h1>
|
||||
<span class="uppercase font-medium">Formando profissionais</span>
|
||||
</div>
|
||||
</section>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user