add
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
---
|
||||
import Container from "~/components/Container.astro";
|
||||
---
|
||||
|
||||
<Container>
|
||||
<div class="w-4/6 mx-auto">
|
||||
<div>+100.000 Profissionais capacitados</div>
|
||||
<div>+5.000 Empresas atendidas</div>
|
||||
<div>12 anos de experiência</div>
|
||||
</div>
|
||||
</Container>
|
||||
@@ -4,8 +4,7 @@ import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import Search from "./_components/Search.astro";
|
||||
import { Clients } from "~/components/Course";
|
||||
import Stats from "./_components/Stats.astro";
|
||||
import { Clients, Stats, Features, Plans } from "~/components/Course";
|
||||
|
||||
import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
const trends = [
|
||||
@@ -23,7 +22,7 @@ const trends = [
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<div class="space-y-6 lg:space-y-12">
|
||||
<div class="space-y-6 lg:space-y-24">
|
||||
<Container>
|
||||
<nav
|
||||
class="text-black bg-linear-to-b from-lime-400/90 to-lime-400 border border-lime-400 rounded-2xl lg:grid grid-cols-6"
|
||||
@@ -71,8 +70,18 @@ const trends = [
|
||||
</nav>
|
||||
</Container>
|
||||
|
||||
<Clients />
|
||||
|
||||
<Stats />
|
||||
|
||||
<Clients />
|
||||
<Features />
|
||||
|
||||
<Container>
|
||||
<section>
|
||||
<h1 class="text-pretty text-5xl">
|
||||
Uma plataforma, múltiplas soluções
|
||||
</h1>
|
||||
</section>
|
||||
</Container>
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user