Compare commits
15 Commits
version_9
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| b60b1d962f | |||
| 2dc4e65324 | |||
| ac21c77ec3 | |||
| 4e698bb534 | |||
| 10ad39e629 | |||
| 7e7fe42561 | |||
| 56e69227c4 | |||
| e19762e9dc | |||
| 77efa6ce77 | |||
| 0c48d9ba0f | |||
| 919f56309c | |||
| 8e16b96cb3 | |||
| 6a7ea2f5a1 | |||
| a501bd7b6e | |||
| 2a8660a808 |
@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
|
|||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { DM_Sans } from "next/font/google";
|
import { DM_Sans } from "next/font/google";
|
||||||
|
import { Source_Sans_3 } from "next/font/google";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -20,12 +21,9 @@ export const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
|
||||||
variable: "--font-dm-sans",
|
const sourceSans3 = Source_Sans_3({
|
||||||
subsets: ["latin"],
|
variable: "--font-source-sans-3",
|
||||||
});
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter",
|
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -37,7 +35,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
<body className={`${sourceSans3.variable} antialiased`}>
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -37,7 +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-[150px]"
|
buttonClassName="min-w-fit px-3 text-xs md:text-sm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -46,8 +46,9 @@ 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?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1777601004182-ilf1hmww.png"
|
||||||
imageAlt="interior moderno de barbería"
|
imageAlt="interior moderno de barbería"
|
||||||
|
buttonClassName="text-sm md:text-base"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -58,6 +59,7 @@ export default function LandingPage() {
|
|||||||
{ type: "text", content: "Tradición y Estilo Superior" },
|
{ type: "text", content: "Tradición y Estilo Superior" },
|
||||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", alt: "barbero profesional cuidando al cliente" },
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", alt: "barbero profesional cuidando al cliente" },
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -67,13 +69,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ icon: Scissors, title: "Corte de Pelo", description: "$25" },
|
{ icon: Scissors, title: "Corte de Pelo", description: "$25", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: Sparkles, title: "Cortes", description: "$15" },
|
{ icon: Sparkles, title: "Cortes", description: "$15", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: Droplets, title: "Lavado de Cabeza", description: "$10" },
|
{ icon: Droplets, title: "Lavado de Cabeza", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: Zap, title: "Afeitado", description: "$10" },
|
{ icon: Zap, title: "Afeitado", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: User, title: "Barba", description: "$20" },
|
{ icon: User, title: "Barba", description: "$20", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: Scissors, title: "Candado", description: "$10" },
|
{ icon: Scissors, title: "Candado", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
{ icon: Eye, title: "Cejas", description: "$10" },
|
{ icon: Eye, title: "Cejas", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
|
||||||
]}
|
]}
|
||||||
title="Nuestros Servicios"
|
title="Nuestros Servicios"
|
||||||
description="Servicios de barbería profesionales."
|
description="Servicios de barbería profesionales."
|
||||||
@@ -96,6 +98,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Menú de Precios"
|
title="Menú de Precios"
|
||||||
description="Servicios de calidad para ti."
|
description="Servicios de calidad para ti."
|
||||||
|
planButtonClassName="whitespace-nowrap text-xs md:text-sm px-3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -111,6 +114,7 @@ export default function LandingPage() {
|
|||||||
title="Información de Contacto"
|
title="Información de Contacto"
|
||||||
description="Llame para su próxima cita."
|
description="Llame para su próxima cita."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -124,12 +128,14 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
containerClassName="max-w-7xl mx-auto"
|
containerClassName="max-w-7xl mx-auto"
|
||||||
|
contentClassName="max-w-7xl mx-auto"
|
||||||
|
buttonClassName="whitespace-nowrap px-4 text-sm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText=""
|
logoText="Palancar Barbershop"
|
||||||
copyrightText="© 2025 Palancar Barbershop."
|
copyrightText="© 2025 Palancar Barbershop."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-source-sans-3), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-source-sans-3), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user