mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
@@ -92,7 +92,7 @@ const aSeguir = [
|
||||
export function TvoneDestaques() {
|
||||
return (
|
||||
<section className="mx-auto w-full max-w-[1200px] px-4 pb-10">
|
||||
<h2 className="mb-6 text-2xl font-bold tracking-tight text-neutral-900 md:text-3xl">Destaques</h2>
|
||||
<h2 className="mb-6 text-2xl font-bold tracking-tight text-neutral-900 md:text-2xl">Destaques</h2>
|
||||
<div className="grid gap-5 sm:grid-cols-2 lg:grid-cols-4">
|
||||
{destaques.map((item) => (
|
||||
<article
|
||||
@@ -126,7 +126,7 @@ export function TvoneMainColumns() {
|
||||
return (
|
||||
<div className="mx-auto grid w-full max-w-[1200px] gap-10 px-4 pb-12 lg:grid-cols-[1fr_340px]">
|
||||
<section>
|
||||
<h2 className="mb-7 text-2xl font-bold tracking-tight text-neutral-900 md:text-3xl">Mais Recentes</h2>
|
||||
<h2 className="mb-7 text-2xl font-bold tracking-tight text-neutral-900 md:text-2xl">Mais Recentes</h2>
|
||||
<ul className="flex flex-col gap-6">
|
||||
{recentes.map((item) => (
|
||||
<li key={item.title}>
|
||||
@@ -138,7 +138,7 @@ export function TvoneMainColumns() {
|
||||
<span className={`inline-block rounded px-2 py-0.5 text-[10px] font-bold uppercase tracking-wide ${item.catBg}`}>
|
||||
{item.cat}
|
||||
</span>
|
||||
<h3 className="mt-2 text-lg font-bold leading-snug text-neutral-900 group-hover:text-[#0066cc] md:text-xl">
|
||||
<h3 className="mt-2 text-base font-bold leading-snug text-neutral-900 md:text-lg group-hover:text-[#0066cc] ">
|
||||
{item.title}
|
||||
</h3>
|
||||
<p className="mt-1 line-clamp-2 text-sm font-normal leading-relaxed text-neutral-600">{item.excerpt}</p>
|
||||
|
||||
Reference in New Issue
Block a user