update contact
This commit is contained in:
@@ -4,6 +4,7 @@ import { Picture } from "astro:assets";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import Stats from "~/components/Stats.astro";
|
||||
import HeaderNav from "~/components/Course/HeaderNav.astro";
|
||||
|
||||
import placeholder from "~/assets/placeholder.png";
|
||||
@@ -114,7 +115,7 @@ const { Content } = await render(course);
|
||||
} p/ matrícula
|
||||
</a>
|
||||
<a
|
||||
href="#planos"
|
||||
href="#modelos"
|
||||
class="text-blue-400 underline hover:no-underline text-center"
|
||||
>
|
||||
Ver mais modelos de contratação
|
||||
|
||||
11
superpage/src/pages/_components/Stats.astro
Normal file
11
superpage/src/pages/_components/Stats.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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>
|
||||
@@ -5,6 +5,7 @@ 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 mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
const trends = [
|
||||
@@ -70,6 +71,8 @@ const trends = [
|
||||
</nav>
|
||||
</Container>
|
||||
|
||||
<Stats />
|
||||
|
||||
<Clients />
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user