mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 07:17:52 +00:00
+11
-11
@@ -227,7 +227,7 @@ export default function NewsArticlePage() {
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-4 gap-3">
|
||||
<button className="group flex flex-col items-center gap-2">
|
||||
<button className="group flex flex-col items-O futucenter gap-2">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-full bg-[#25D366] text-white transition-all hover:opacity-90 active:scale-95">
|
||||
<SiWhatsapp size={20} />
|
||||
</div>
|
||||
@@ -260,34 +260,34 @@ export default function NewsArticlePage() {
|
||||
{/* 2. ADVERTORIAL (CEO UNITEL) - REPLACING TV CARD */}
|
||||
<div className="group cursor-pointer">
|
||||
<div className="flex items-center justify-between mb-3 px-1">
|
||||
<h3 className="text-[13px] font-bold text-black tracking-tight">Especial Unitel</h3>
|
||||
<h3 className="text-[13px] font-bold text-black tracking-tight">Unitel</h3>
|
||||
<span className="text-[10px] font-bold text-neutral-400 uppercase">Pub</span>
|
||||
</div>
|
||||
|
||||
<div className="relative aspect-[4/5] w-full overflow-hidden rounded-xl bg-neutral-100 shadow-sm transition-shadow group-hover:shadow-md">
|
||||
<div className="relative aspect-[210/297] w-full overflow-hidden rounded-xl bg-neutral-100 shadow-sm transition-shadow">
|
||||
<Image
|
||||
src="https://images.unsplash.com/photo-1560250097-0b93528c311a?q=80&w=800&auto=format&fit=crop" // Substitua pelo path real da imagem do print
|
||||
src="/zap.jpeg" // Substitua pelo path real da imagem do print
|
||||
alt="CEO da Unitel - O futuro do 5G em Angola"
|
||||
fill
|
||||
unoptimized
|
||||
className="object-cover transition-transform duration-700 group-hover:scale-105"
|
||||
className="object-cover"
|
||||
/>
|
||||
{/* Overlay de gradiente para legibilidade do texto se estiver na imagem */}
|
||||
<div className="absolute inset-0 bg-gradient-to-t from-black/80 via-transparent to-transparent opacity-60" />
|
||||
{/* <div className="absolute inset-0 bg-gradient-to-t from-black/80 via-transparent to-transparent opacity-60" /> */}
|
||||
|
||||
<div className="absolute bottom-6 left-6 right-6">
|
||||
{/* <div className="absolute bottom-6 left-6 right-6">
|
||||
<span className="text-[10px] font-bold text-[#007AFF] uppercase tracking-widest">CEO DA UNITEL</span>
|
||||
<h4 className="text-white text-xl font-bold mt-2 leading-tight">
|
||||
"O futuro do 5G em Angola e a expansão da conectividade rural"
|
||||
"ro do 5G em Angola e a expansão da conectividade rural"
|
||||
</h4>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
<div className="mt-4 px-1">
|
||||
{/* <div className="mt-4 px-1">
|
||||
<div className="flex items-center text-[13px] font-bold text-[#007AFF]">
|
||||
Ler entrevista completa <ChevronRight size={14} className="ml-1" />
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
{/* 3. PREMIUM SUBSCRIPTION - APPLE STYLE */}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
Reference in New Issue
Block a user