diff --git a/app/components/tvone-promo-strip.tsx b/app/components/tvone-promo-strip.tsx index 6c1fcdf..c5d59b8 100644 --- a/app/components/tvone-promo-strip.tsx +++ b/app/components/tvone-promo-strip.tsx @@ -6,61 +6,136 @@ const PROMO_IMG_LEFT = const PROMO_IMG_RIGHT = "https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=800&q=80&auto=format&fit=crop"; -/** Insurance / partner strip — scrolls away with the page (sits under top ads). */ +function IconFacebook({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconLinkedIn({ className }: { className?: string }) { + return ( + + + + ); +} + +function IconInstagram({ className }: { className?: string }) { + return ( + + + + ); +} + +/** Insurance / partner strip — scrolls with the page. */ export function TvonePromoStrip() { return ( -
-
+
+ {/* Ambient glow */} +
+
+
+ +
Mulher em atividade ao ar livre
+
-
-
- +
+
+
+ + + + + Nossa Seguros -

- Seguro Saúde Mulher — cuidado que acompanha o seu ritmo. +

+ + Seguro Saúde Mulher + + — cuidado que acompanha o seu ritmo.

+ + Saber mais + + → + +
-
+ +
Redes sociais - - f - - - in - - - ◎ - +
+ + + + + + + + + +
-
+
Bem-estar e cuidados de saúde
+
);