Remove static content sections from main and news pages to streamline layout and prepare for dynamic data integration.
This commit is contained in:
@@ -108,13 +108,6 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -58,15 +58,15 @@
|
|||||||
<p>{paragraph}</p>
|
<p>{paragraph}</p>
|
||||||
{/each}
|
{/each}
|
||||||
{:else}
|
{:else}
|
||||||
<p>Conteúdo em breve. Este texto é um placeholder — depois você pode alimentar via banco/CMS.</p>
|
<!-- <p>Conteúdo em breve. Este texto é um placeholder — depois você pode alimentar via banco/CMS.</p> -->
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-8 rounded-2xl bg-white/80 p-5 ring-1 ring-black/5">
|
<!-- <div class="mt-8 rounded-2xl bg-white/80 p-5 ring-1 ring-black/5">
|
||||||
<p class="text-sm text-(--text)">
|
<p class="text-sm text-(--text)">
|
||||||
Quer que essa notícia puxe conteúdo de um banco? A UI já está pronta — é só trocar a fonte de dados.
|
Quer que essa notícia puxe conteúdo de um banco? A UI já está pronta — é só trocar a fonte de dados.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user