This commit is contained in:
2025-04-22 10:37:01 -03:00
parent ee32ce6027
commit 3c36b5f9ad
5 changed files with 61 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import Semeq from '~/components/logos/Semeq.astro'
import Natura from '~/components/logos/Natura.astro'
import Nissan from '~/components/logos/Nissan.astro'
import Manserv from '~/components/logos/Manserv.astro'
import Contact from './_components/Contact.astro'
import placeholder from './_assets/placeholder.png'
import mulherdenegocios from './_assets/mulher-de-negocios.png'
@@ -276,5 +277,12 @@ const trainer = data.course?.trainer ? await getEntry(data.course?.trainer) : nu
</div>
</Container>
<!-- Cert End -->
<!-- Contact Form -->
<Container>
<Contact />
</Container>
<!-- Contact Form End -->
</section>
</Layout>