From f990815e25f8c0a623f3292cb12781c9bfc96517 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 21:48:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: "#"} ]} /> -- 2.49.1