From 554e46993028881b8e0196aa485c4c14ddbe8492 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Sun, 12 Apr 2026 12:27:57 +0100 Subject: [PATCH] add like ubtton --- app/content/page.tsx | 154 +++++++++++++++++++++++++++++++------------ 1 file changed, 111 insertions(+), 43 deletions(-) diff --git a/app/content/page.tsx b/app/content/page.tsx index 29eca83..d90f5fc 100644 --- a/app/content/page.tsx +++ b/app/content/page.tsx @@ -8,6 +8,7 @@ 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'; export default function NewsArticlePage() { // Estado para controlar o play do vídeo customizado @@ -212,58 +213,121 @@ export default function NewsArticlePage() { {/* --- SIDEBAR REFINADA --- */} - {/* --- SIDEBAR REFINADA COM SOCIAL SHARE --- */} + + {/* --- SIDEBAR REFINADA COM SOCIAL SHARE --- */}