Merge version_3 into main #5
@@ -14,8 +14,8 @@ export default function LegalNoticePage() {
|
||||
{ name: "Testimonios", id: "#testimonials" },
|
||||
{ name: "Equipo", id: "#team" },
|
||||
{ name: "Contacto", id: "#contact" },
|
||||
{ name: "Privacidad", href: "/privacidad" },
|
||||
{ name: "Aviso Legal", href: "/avisos-legales" }
|
||||
{ name: "Privacidad", id: "/privacidad" },
|
||||
{ name: "Aviso Legal", id: "/avisos-legales" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -45,9 +45,9 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contacto", id: "#contact"},
|
||||
{
|
||||
name: "Privacidad", href: "/privacidad"},
|
||||
name: "Privacidad", id: "/privacidad"},
|
||||
{
|
||||
name: "Aviso Legal", href: "/avisos-legales"}
|
||||
name: "Aviso Legal", id: "/avisos-legales"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150620.jpg"
|
||||
logoAlt="Logotipo Clínica Veterinaria San Isidro"
|
||||
|
||||
@@ -14,8 +14,8 @@ export default function PrivacyPage() {
|
||||
{ name: "Testimonios", id: "#testimonials" },
|
||||
{ name: "Equipo", id: "#team" },
|
||||
{ name: "Contacto", id: "#contact" },
|
||||
{ name: "Privacidad", href: "/privacidad" },
|
||||
{ name: "Aviso Legal", href: "/avisos-legales" },
|
||||
{ name: "Privacidad", id: "/privacidad" },
|
||||
{ name: "Aviso Legal", id: "/avisos-legales" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user