diff --git a/app/components/tvone-content.tsx b/app/components/tvone-content.tsx index 9313641..f04cf59 100644 --- a/app/components/tvone-content.tsx +++ b/app/components/tvone-content.tsx @@ -1,6 +1,49 @@ import Image from "next/image"; import Link from "next/link"; +function IconFacebook({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconInstagram({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconLinkedIn({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconYouTube({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconX({ className }: { className?: string }) { + return ( + + + + ); +} + +const socialLinkClass = + "flex h-10 w-10 items-center justify-center rounded-full border border-neutral-200 bg-white text-neutral-600 shadow-sm transition hover:border-[color:var(--tvone-nav-sub,#2f8bc4)] hover:text-[color:var(--tvone-nav-sub,#2f8bc4)] hover:shadow-md focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-[color:var(--tvone-nav-sub,#2f8bc4)]"; + const destaques = [ { cat: "FAMOSOS", @@ -289,18 +332,21 @@ export function TvoneFooter() { Contactos -
- - f +
+ + - - in + + - - ▶ + + - - 𝕏 + + + + +