mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
This commit is contained in:
@@ -67,6 +67,13 @@ const destaques = [
|
|||||||
date: "23 Mar 2025",
|
date: "23 Mar 2025",
|
||||||
img: "https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=600&q=80",
|
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 = [
|
const recentes = [
|
||||||
@@ -130,7 +137,7 @@ export function TvoneDestaques() {
|
|||||||
return (
|
return (
|
||||||
<section className="mx-auto w-full max-w-[1200px] px-4 pb-10">
|
<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>
|
<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) => (
|
{destaques.map((item) => (
|
||||||
<article
|
<article
|
||||||
key={item.title}
|
key={item.title}
|
||||||
|
|||||||
@@ -4,12 +4,13 @@ import Link from "next/link";
|
|||||||
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
||||||
|
|
||||||
const primaryNav = [
|
const primaryNav = [
|
||||||
{ label: "Famosos", href: "#" },
|
|
||||||
{ label: "Música", href: "#" },
|
{ label: "Música", href: "#" },
|
||||||
{ label: "Em Foco", href: "#" },
|
{ label: "Atualidade", href: "#" },
|
||||||
|
{ label: "Cultura", href: "#" },
|
||||||
{ label: "Lifestyle", href: "#" },
|
{ label: "Lifestyle", href: "#" },
|
||||||
|
{ label: "Entrevistas", href: "#" },
|
||||||
|
{ label: "Girl Power", href: "#" },
|
||||||
{ label: "Desporto", href: "#" },
|
{ label: "Desporto", href: "#" },
|
||||||
{ label: "Galaria", href: "#" },
|
|
||||||
{ label: "Contactos", href: "#" },
|
{ label: "Contactos", href: "#" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user