From 18def46a8f6d532bf15e3489d1c27c1f3acfa4f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:39:26 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" }} /> -- 2.49.1 From 261e2c172758bf09d0bcfb9bf854242daca65e88 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:39:26 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1 From 6b0317f3ba96e005ac3f9be91c9c940009e3219b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:39:27 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" }} /> -- 2.49.1 From d00b3b8074ccbe69f4c77b62b062117945be2a38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:39:27 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1 From 58d94958a4cf6748de6af0b2e977151e6c4601f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:39:28 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1