File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const { blocos } = Astro.props;
1818
1919 { /* Coluna de texto */ }
2020 <div class = " md:w-7/12" >
21- <h2 class = " text-4xl font-extrabold mb-6" >{ bloco .titulo } </h2 >
21+ <h2 class = " text-4xl text-primary font-extrabold mb-6" >{ bloco .titulo } </h2 >
2222 <TextoComCheck texto = { bloco .texto } />
2323
2424 { bloco .departamentos && (
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const {
3939<BaseLayout lang ={ currentLang } titulo ={ titulo } descricao ={ descricao } texts ={ locale .default .texts }
4040 identidade ={ locale .default .identidade } >
4141 <Hero heroData ={ locale .default } />
42- <Initiatives initiatives ={ locale .default .initiatives } />
42+ <!-- < Initiatives initiatives={locale.default.initiatives} />
4343
4444 <section class="mt-16">
4545 <h2 class="text-center text-3xl font-extrabold mb-4">
@@ -70,5 +70,5 @@ const {
7070 image={hero.link}
7171 produtos={produtos.items}
7272 />
73- <FAQSection faqs ={ locale .default .faqs .items } />
73+ <FAQSection faqs={locale.default.faqs.items} /> -->
7474</BaseLayout >
You can’t perform that action at this time.
0 commit comments