This commit is contained in:
2025-04-17 15:01:42 -03:00
parent 987eb63825
commit 6f82af2f60
3 changed files with 87 additions and 60 deletions

View File

@@ -1,19 +1,15 @@
---
import { Picture } from 'astro:assets'
import Layout from '~/layouts/Layout.astro'
import { Container } from '~/components/Container'
import { Faq } from '~/components/Faq'
import { StarIcon, ClockIcon } from '@heroicons/react/24/outline'
import { CheckBadgeIcon } from '@heroicons/react/24/solid'
import { LinkedInIcon } from '~/components/LinkedInIcon'
import Layout from '~/layouts/Layout.astro'
import ClientsLogo from '~/components/ClientsLogo.astro'
import nr18plataforma from '~/assets/nr18-plataforma.png'
import mulherdenegocios from '~/assets/mulher-de-negocios.png'
import homemdenegocios from '~/assets/homem-de-negocios.png'
import Natura from '~/assets/logos/natura.svg'
import Nissan from '~/assets/logos/nissan.svg'
import Kordsa from '~/assets/logos/kordsa.svg'
import Manserv from '~/assets/logos/manserv.svg'
import Semeq from '~/assets/logos/semeq.svg'
import { getCollection, getEntry } from 'astro:content'
@@ -50,13 +46,15 @@ const trainer = data.course?.trainer
/>
<section>
<div class="space-y-5">
{
data.course.reciclagem ? (
<span class="font-medium">Curso de reciclagem</span>
) : (
<span class="font-medium">Curso de formação</span>
)
}
<span class="font-medium">
{
data.course.reciclagem ? (
<>Curso de reciclagem</>
) : (
<>Curso de formação</>
)
}
</span>
<h1 class="text-pretty font-semibold text-4xl lg:text-7xl">
{data.title}
</h1>
@@ -122,52 +120,7 @@ const trainer = data.course?.trainer
</section>
</Container>
<Container className="py-6 xl:py-24 text-center space-y-2.5 hidden">
<div
class="flex lg:gap-12 itens-center justify-center max-lg:overflow-x-scroll snap-x snap-mandatory scroll-smoothscrollbar-hide"
>
<Natura class="snap-center flex-shrink-0 size-36 fill-white" />
<Nissan class="snap-center flex-shrink-0 size-36 fill-white" />
<Manserv class="snap-center flex-shrink-0 size-36 fill-white" />
<Kordsa class="snap-center flex-shrink-0 size-36 fill-white" />
<Semeq class="snap-center flex-shrink-0 size-36 fill-white" />
</div>
</Container>
<Container className="py-6 xl:py-24 lg:text-center space-y-2.5 lg:space-y-6">
<h2 class="text-pretty font-semibold text-4xl">
Alguns clientes que acreditam em nós
</h2>
<div
class="flex max-lg:overflow-x-scroll max-lg:snap-x snap-mandatory scroll-smooth scrollbar-hide space-x-4 lg:gap-12 lg:justify-center"
>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Natura class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Nissan class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Manserv class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Kordsa class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Semeq class="size-52 lg:size-36 fill-white" />
</div>
</div>
</Container>
<ClientsLogo />
<Container>
<div class="border border-lime-400 rounded-2xl lg:grid grid-cols-3">