11 Commits

Author SHA1 Message Date
b60b1d962f Update src/app/page.tsx 2026-05-01 03:53:00 +00:00
2dc4e65324 Merge version_14 into main
Merge version_14 into main
2026-05-01 02:36:05 +00:00
ac21c77ec3 Update src/app/page.tsx 2026-05-01 02:36:02 +00:00
4e698bb534 Merge version_14 into main
Merge version_14 into main
2026-05-01 02:17:25 +00:00
10ad39e629 Update theme fonts 2026-05-01 02:17:22 +00:00
7e7fe42561 Update theme fonts 2026-05-01 02:17:21 +00:00
56e69227c4 Merge version_13 into main
Merge version_13 into main
2026-05-01 01:24:28 +00:00
e19762e9dc Update src/app/page.tsx 2026-05-01 01:24:25 +00:00
77efa6ce77 Merge version_12 into main
Merge version_12 into main
2026-05-01 01:20:03 +00:00
0c48d9ba0f Update src/app/page.tsx 2026-05-01 01:19:57 +00:00
919f56309c Merge version_11 into main
Merge version_11 into main
2026-05-01 01:14:29 +00:00
3 changed files with 22 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
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",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
});
@@ -37,7 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<body className={`${sourceSans3.variable} antialiased`}>
{children}
<script

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
]}
brandName="Palancar Barbershop"
button={{ text: "305-824-9966", href: "tel:3058249966" }}
buttonClassName="min-w-[240px]"
buttonClassName="min-w-fit px-3 text-xs md:text-sm"
/>
</div>
@@ -46,8 +46,9 @@ 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="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"
buttonClassName="text-sm md:text-base"
/>
</div>
@@ -58,6 +59,7 @@ export default function LandingPage() {
{ 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" },
]}
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
/>
</div>
@@ -67,13 +69,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ icon: Scissors, title: "Corte de Pelo", description: "$25" },
{ icon: Sparkles, title: "Cortes", description: "$15" },
{ icon: Droplets, title: "Lavado de Cabeza", description: "$10" },
{ icon: Zap, title: "Afeitado", description: "$10" },
{ icon: User, title: "Barba", description: "$20" },
{ icon: Scissors, title: "Candado", description: "$10" },
{ icon: Eye, title: "Cejas", description: "$10" },
{ icon: Scissors, title: "Corte de Pelo", description: "$25", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: Sparkles, title: "Cortes", description: "$15", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: Droplets, title: "Lavado de Cabeza", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: Zap, title: "Afeitado", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: User, title: "Barba", description: "$20", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: Scissors, title: "Candado", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
{ icon: Eye, title: "Cejas", description: "$10", button: { text: "Llamar", href: "tel:3058249966" } },
]}
title="Nuestros Servicios"
description="Servicios de barbería profesionales."
@@ -96,6 +98,7 @@ export default function LandingPage() {
]}
title="Menú de Precios"
description="Servicios de calidad para ti."
planButtonClassName="whitespace-nowrap text-xs md:text-sm px-3"
/>
</div>
@@ -111,6 +114,7 @@ export default function LandingPage() {
title="Información de Contacto"
description="Llame para su próxima cita."
faqsAnimation="slide-up"
buttons={[{ text: "Reservar Cita", href: "tel:3058249966" }]}
/>
</div>
@@ -125,12 +129,13 @@ export default function LandingPage() {
useInvertedBackground={true}
containerClassName="max-w-7xl mx-auto"
contentClassName="max-w-7xl mx-auto"
buttonClassName="whitespace-nowrap px-4 text-sm"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText=""
logoText="Palancar Barbershop"
copyrightText="© 2025 Palancar Barbershop."
socialLinks={[
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-source-sans-3), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-source-sans-3), sans-serif;
}