10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
---
|
|
import Container from "~/components/Container.astro";
|
|
---
|
|
|
|
<Container class:list={[" space-y-2.5 lg:space-y-5", Astro.props.class]}>
|
|
<h2 class="text-pretty text-4xl lg:text-5xl">
|
|
FAQ — Perguntas frequentes
|
|
</h2>
|
|
</Container>
|