Merge version_3 into main #5

Merged
bender merged 3 commits from version_3 into main 2026-06-04 17:06:14 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -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 (

View File

@@ -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"

View File

@@ -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 (