Remove static content sections from main and news pages to streamline layout and prepare for dynamic data integration.

This commit is contained in:
2026-01-06 13:46:25 -03:00
parent 78964261d9
commit a478c834e3
2 changed files with 3 additions and 10 deletions

View File

@@ -108,13 +108,6 @@
{/each}
</div>
</section>
<section class="rounded-3xl bg-white/80 p-6 shadow-sm ring-1 ring-black/5 sm:p-8">
<h3 class="text-base font-extrabold tracking-tight text-(--text-strong)">Sobre esta página</h3>
<p class="mt-2 text-sm leading-relaxed text-(--text)">
Conteúdo de notícias estático por enquanto. Depois você poderá ligar ao banco/CMS sem mudar o layout.
</p>
</section>
</aside>
</div>
</main>