mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
@@ -319,15 +319,12 @@ export function TvoneFooter() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-10 flex flex-col gap-6 border-t border-neutral-200 pt-8 sm:flex-row sm:items-center sm:justify-between">
|
||||
<div className="mt-10 flex flex-col gap-4 border-t border-neutral-200 pt-8 sm:flex-row sm:items-center sm:justify-between">
|
||||
<p className="text-sm text-neutral-500">© {new Date().getFullYear()} TV ONE. Todos os direitos reservados.</p>
|
||||
<nav className="flex flex-wrap gap-x-6 gap-y-2 text-sm text-neutral-600">
|
||||
<Link href="#" className="hover:text-neutral-900">
|
||||
Privacidade
|
||||
</Link>
|
||||
<Link href="#" className="hover:text-neutral-900">
|
||||
Termos de Uso
|
||||
</Link>
|
||||
<Link href="#" className="hover:text-neutral-900">
|
||||
Contactos
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user