diff --git a/app/category/page.tsx b/app/category/page.tsx new file mode 100644 index 0000000..04bea7f --- /dev/null +++ b/app/category/page.tsx @@ -0,0 +1,524 @@ +"use client"; +import React, { useState } from 'react'; +import Image from 'next/image'; +import { ThumbsUp, MessageCircle, Send, Share2, LinkIcon, Link2, ChevronRight } from 'lucide-react'; +import { TvoneAdBanner, TvoneFooter } from '../components/tvone-content'; +import { TvonePromoStrip } from '../components/tvone-promo-strip'; +import { TvoneSiteNav } from '../components/tvone-site-nav'; +import { SiWhatsapp, SiFacebook, SiX } from 'react-icons/si'; // Ícones oficiais de marca +import { FiCopy } from 'react-icons/fi'; // Ícone de cópia mais limpo +import Link from 'next/link'; +import { Users } from 'lucide-react'; +import { v4 as uuidv4 } from 'uuid'; + +export default function NewsArticlePage() { + // Estado para controlar o play do vídeo customizado + const [isPlaying, setIsPlaying] = useState(false); + const recentes = [ + { + cat: "EM FOCO", + readTime: "6", + catBg: "bg-pink-100 text-pink-700", + title: "Governo anuncia medidas para apoiar famílias e pequenas empresas.", + excerpt: "Pacote inclui linhas de crédito e simplificação de procedimentos.", + byline: "Por Redação", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=200&q=80", + }, + { + cat: "ECONOMIA", + readTime: "6", + catBg: "bg-amber-100 text-amber-800", + title: "Inflação desce pelo terceiro mês consecutivo, segundo dados preliminares.", + excerpt: "Analistas mantêm cautela face ao cenário internacional.", + byline: "Por Economia", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?w=200&q=80", + }, + { + cat: "CULTURA", + readTime: "6", + catBg: "bg-violet-100 text-violet-800", + title: "Museu inaugura exposição com obras inéditas de artistas locais.", + excerpt: "Visitas guiadas e programa educativo arrancam no próximo fim de semana.", + byline: "Por Cultura", + date: "23 Mar 2025", + img: "https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=200&q=80", + }, + { + cat: "SAÚDE", + readTime: "6", + catBg: "bg-emerald-100 text-emerald-800", + title: "Campanha de vacinação alarga faixas etárias em todo o país.", + excerpt: "Autoridades de saúde reforçam importância da adesão às janelas recomendadas.", + byline: "Por Saúde", + date: "23 Mar 2025", + img: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=200&q=80", + }, + ]; + + const destaques = [ + { + id: uuidv4(), + cat: "FAMOSOS", + catColor: "text-pink-600", + title: "Cerimónia reúne estrelas nacionais e internacionais em Lisboa.", + date: "24 Mar 2025", + // High-quality video-style thumbnail + img: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + { + id: uuidv4(), + 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=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + { + id: uuidv4(), + cat: "FAMOSOS", + catColor: "text-pink-600", + title: "Cerimónia reúne estrelas nacionais e internacionais em Lisboa.", + date: "24 Mar 2025", + // High-quality video-style thumbnail + img: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + { + id: uuidv4(), + 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=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + { + id: uuidv4(), + cat: "FAMOSOS", + catColor: "text-pink-600", + title: "Cerimónia reúne estrelas nacionais e internacionais em Lisboa.", + date: "24 Mar 2025", + // High-quality video-style thumbnail + img: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + { + id: uuidv4(), + 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=800&q=80", + }, + { + id: uuidv4(), + cat: "NEGÓCIOS", + catColor: "text-[#0066cc]", + title: "Mercados reagem às novas projeções de crescimento para a região.", + date: "24 Mar 2025", + img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", + }, + ]; + + return ( +
+ + + +
+
+ + + {/* --- COLUNA PRINCIPAL (ARTIGO) --- */} +
+
+
+

+ Noticias Recentes +

+

+ Conversas exclusivas com as personalidades que movem o mercado, a tecnologia e a cultura em Angola. +

+
+
+ + + +
+ {destaques.map((item, index) => ( +
+ +
+ + +
+
+ + + +
+
+
+ +
+

+ {item.title} +

+

{item.date}

+
+ +
+ ))} +
+ +
+ + {/* --- SIDEBAR REFINADA --- */} + + {/* --- SIDEBAR REFINADA COM SOCIAL SHARE --- */} + +