diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b40680..1a44cd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contacto", id: "#contact"}, + name: "Contacto", id: "#contact"} ]} logoAlt="Seattle Gym logo" brandName="Seattle Gym" @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Únete Hoy", href: "#contact"}, { - text: "Ver Planes", href: "#pricing"}, + text: "Ver Planes", href: "#pricing"} ]} imageSrc="http://img.b2bpic.net/free-photo/healthy-lifestyle-concept_1357-224.jpg" imageAlt="Interior moderno del gimnasio Seattle Gym" @@ -74,11 +74,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", content: "Sobre Seattle Gym: Donde la Calidad y el Servicio Se Encuentran"}, + type: "text", content: "Sobre Seattle Gym: Donde la Calidad y el Servicio Se Encuentran"} ]} buttons={[ { - text: "Nuestra Historia", href: "#"}, + text: "Nuestra Historia", href: "#"} ]} />