10 Commits

Author SHA1 Message Date
58d94958a4 Update src/app/services/page.tsx 2026-04-18 01:39:28 +00:00
d00b3b8074 Update src/app/reviews/page.tsx 2026-04-18 01:39:27 +00:00
6b0317f3ba Update src/app/page.tsx 2026-04-18 01:39:27 +00:00
261e2c1727 Update src/app/gallery/page.tsx 2026-04-18 01:39:26 +00:00
18def46a8f Update src/app/contact/page.tsx 2026-04-18 01:39:26 +00:00
381e2a2af3 Merge version_3 into main
Merge version_3 into main
2026-04-18 01:32:10 +00:00
7a51922b16 Merge version_3 into main
Merge version_3 into main
2026-04-18 01:31:31 +00:00
50a0d20a40 Merge version_3 into main
Merge version_3 into main
2026-04-18 01:26:19 +00:00
6ac3c699ad Merge version_3 into main
Merge version_3 into main
2026-04-18 01:15:38 +00:00
ff0ce6f5db Merge version_3 into main
Merge version_3 into main
2026-04-18 01:09:12 +00:00
5 changed files with 8 additions and 8 deletions

View File

@@ -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" }}
/>
</div>

View File

@@ -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" }}
/>
</div>

View File

@@ -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" }}
/>
</div>
@@ -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" }}
/>
</div>

View File

@@ -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" }}
/>
</div>

View File

@@ -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" }}
/>
</div>