change header text and destaque
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-04 22:02:04 +01:00
parent 22337dffd1
commit 74cadfa23a
2 changed files with 12 additions and 4 deletions
+8 -1
View File
@@ -67,6 +67,13 @@ const destaques = [
date: "23 Mar 2025",
img: "https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=600&q=80",
},
{
cat: "DESPORTO",
catColor: "text-emerald-600",
title: "Taça: equipa da casa garante lugar nas meias com exibição sólida.",
date: "23 Mar 2025",
img: "https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=600&q=80",
},
];
const recentes = [
@@ -130,7 +137,7 @@ 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-2xl">Destaques</h2>
<div className="grid gap-5 sm:grid-cols-2 lg:grid-cols-3">
<div className="grid gap-5 sm:grid-cols-4 lg:grid-cols-4">
{destaques.map((item) => (
<article
key={item.title}
+4 -3
View File
@@ -4,12 +4,13 @@ import Link from "next/link";
import { useCallback, useEffect, useId, useRef, useState } from "react";
const primaryNav = [
{ label: "Famosos", href: "#" },
{ label: "Música", href: "#" },
{ label: "Em Foco", href: "#" },
{ label: "Atualidade", href: "#" },
{ label: "Cultura", href: "#" },
{ label: "Lifestyle", href: "#" },
{ label: "Entrevistas", href: "#" },
{ label: "Girl Power", href: "#" },
{ label: "Desporto", href: "#" },
{ label: "Galaria", href: "#" },
{ label: "Contactos", href: "#" },
];