update
This commit is contained in:
9
superpage/src/components/Course/Faq.astro
Normal file
9
superpage/src/components/Course/Faq.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user