Skip to content

Commit 60e12fa

Browse files
ajuste cor titulo page sobre e omissão de parte da home não finalizada
1 parent aecd494 commit 60e12fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/BlocoSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && (

src/pages/[lang]/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)