Compare commits
16 Commits
version_6
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c48d9ba0f | |||
| 919f56309c | |||
| 8e16b96cb3 | |||
| 6a7ea2f5a1 | |||
| a501bd7b6e | |||
| 2a8660a808 | |||
| 881da43203 | |||
| e02a2028a7 | |||
| 2bfed707b2 | |||
| 15b0741b32 | |||
| 8faad5824a | |||
| 9ecf5bc184 | |||
| 7c2d3008b4 | |||
| 24d00a53f6 | |||
| ad0997e1b6 | |||
| 13a728fba2 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
@@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Palancar Barbershop"
|
||||
button={{ text: "305-824-9966", href: "tel:3058249966" }}
|
||||
buttonClassName="min-w-fit px-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +46,7 @@ export default function LandingPage() {
|
||||
logoText="Palancar Barbershop"
|
||||
description="Corte premium en el corazón de Hialeah. Mejore su estilo con maestros del oficio. Servicio de barbería diseñado para el hombre moderno."
|
||||
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-with-scissors-barbershop_140725-7670.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777594381425-5bkzkhum.jpg?_wi=1"
|
||||
imageAlt="interior moderno de barbería"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,6 +96,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Menú de Precios"
|
||||
description="Servicios de calidad para ti."
|
||||
planButtonClassName="whitespace-nowrap px-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,15 +115,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Contáctanos hoy"
|
||||
description="Llámanos a nuestros números de atención: 305-824-9966 (Oficina) y 786-302-3671 (Celular)."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-with-scissors-barbershop_140725-7670.jpg?_wi=2"
|
||||
<div id="contact-text" data-section="contact-text">
|
||||
<ContactText
|
||||
text="¿Listo para tu próximo corte? Llámanos hoy."
|
||||
buttons={[
|
||||
{ text: "305-824-9966 (Oficina)", href: "tel:3058249966" },
|
||||
{ text: "786-302-3671 (Celular)", href: "tel:7863023671" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
contentClassName="max-w-7xl mx-auto"
|
||||
buttonClassName="whitespace-nowrap px-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user