diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a929682..798e81d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contact" }, ]} brandName="Imperio" - button={{ - text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city"}} + button={{ text: "LLAMA AHORA", href: "tel:9132329779" }} /> diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8cadcd4..700d2ce 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contact" }, ]} brandName="Imperio" - button={{ text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }} + button={{ text: "LLAMA AHORA", href: "tel:9132329779" }} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 65d2a96..976096b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contact" }, ]} brandName="Imperio" - button={{ text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }} + button={{ text: "LLAMA AHORA", href: "tel:9132329779" }} /> @@ -48,7 +48,7 @@ export default function LandingPage() { description="La mejor barbería de Kansas City: cortes expertos, arreglos de barba y peluquería completa desde 2019." tag="Est. 2019" buttons={[ - { text: "RESERVAR TU CITA", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }, + { text: "LLAMA AHORA", href: "tel:9132329779" }, { text: "VER NUESTRO TRABAJO", href: "/gallery" }, ]} mediaItems={[ @@ -145,7 +145,8 @@ export default function LandingPage() { title="Tu mejor estilo está a una cita de distancia" description="Reserva online en menos de 2 minutos. No requiere llamada." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPwVd0jQscksaBNfJgkefA8T7s/uploaded-1776475906627-k2uzgndl.jpg" - buttonText="RESERVAR EN BOOKSY" + buttonText="LLAMA AHORA" + onSubmit={() => { window.location.href = "tel:9132329779" }} /> diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index b8eac0c..4564b00 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contact" }, ]} brandName="Imperio" - button={{ text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }} + button={{ text: "LLAMA AHORA", href: "tel:9132329779" }} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 52f153d..effac95 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contact" }, ]} brandName="Imperio" - button={{ text: "RESERVAR", href: "https://booksy.com/en-us/606766_imperio-barber-salon_barber-shop_20722_kansas-city" }} + button={{ text: "LLAMA AHORA", href: "tel:9132329779" }} />