Compare commits
9 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| a501bd7b6e | |||
| 2a8660a808 | |||
| 881da43203 | |||
| e02a2028a7 | |||
| 2bfed707b2 | |||
| 15b0741b32 | |||
| 8faad5824a | |||
| 9ecf5bc184 | |||
| 24d00a53f6 |
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
@@ -38,6 +37,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Palancar Barbershop"
|
brandName="Palancar Barbershop"
|
||||||
button={{ text: "305-824-9966", href: "tel:3058249966" }}
|
button={{ text: "305-824-9966", href: "tel:3058249966" }}
|
||||||
|
buttonClassName="min-w-[200px]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
logoText="Palancar Barbershop"
|
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."
|
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" }]}
|
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777594381425-5bkzkhum.jpg"
|
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"
|
imageAlt="interior moderno de barbería"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,18 +123,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
containerClassName="max-w-7xl mx-auto"
|
||||||
</div>
|
contentClassName="max-w-4xl mx-auto"
|
||||||
|
|
||||||
<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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777594381425-5bkzkhum.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,4 +140,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user