@@ -8,36 +8,18 @@ export const Footer = () => {
8
8
return (
9
9
< footer className = "bg-black text-white py-5 mt-auto border-top border-secondary border-opacity-25" >
10
10
< div className = "container" >
11
- < div className = "row justify-content-center g-4" >
12
- { /* Columna de Producto */ }
13
- < div className = "col-12 col-md-3 text-center text-md-start" >
14
- < h5 className = "fs-6 fw-bold mb-3 text-white" > Producto</ h5 >
15
- < ul className = "list-unstyled mb-0" >
16
- < li className = "mb-2" >
17
- < a href = "#producto-soluciones" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Soluciones</ a >
18
- </ li >
19
- < li className = "mb-2" >
20
- < a href = "#producto-educacion" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Educación</ a >
21
- </ li >
22
- < li className = "mb-2" >
23
- < a href = "#producto-equipo" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Equipo</ a >
24
- </ li >
25
- </ ul >
26
- </ div >
11
+ < div className = "row justify-content-start g-4" >
27
12
28
13
{ /* Columna de Soporte */ }
29
14
< div className = "col-12 col-md-3 text-center text-md-start" >
30
15
< h5 className = "fs-6 fw-bold mb-3 text-white" > Soporte</ h5 >
31
16
< ul className = "list-unstyled mb-0" >
32
17
< li className = "mb-2" >
33
- < a href = "#soporte-ayuda" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Centro de ayuda </ a >
18
+ < a href = "#soporte-ayuda" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Política de Privacidad </ a >
34
19
</ li >
35
20
< li className = "mb-2" >
36
21
< a href = "#soporte-terminos" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Términos y Servicios</ a >
37
22
</ li >
38
- < li className = "mb-2" >
39
- < a href = "#soporte-sitio" className = "text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7" > Sitio</ a >
40
- </ li >
41
23
</ ul >
42
24
</ div >
43
25
@@ -71,12 +53,11 @@ export const Footer = () => {
71
53
< FontAwesomeIcon icon = { faInstagram } className = "fa-lg text-primary-hover" />
72
54
</ a >
73
55
{ /* Reemplaza "https://www.tiktok.com/@tu_empresa_tiktok" con tu URL real de TikTok */ }
74
- < a href = "https://www.tiktok.com/@IN_RESET " target = "_blank" rel = "noopener noreferrer" className = "text-white text-decoration-none" >
56
+ < a href = "https://www.tiktok.com/@in_reset?is_from_webapp=1 & sender_device = pc " target = "_blank" rel = "noopener noreferrer" className = "text-white text-decoration-none" >
75
57
< FontAwesomeIcon icon = { faTiktok } className = "fa-lg text-primary-hover" />
76
58
</ a >
77
59
</ div >
78
60
</ div >
79
-
80
61
</ div >
81
62
</ footer >
82
63
) ;
0 commit comments