14 Commits

Author SHA1 Message Date
da9c9826cb Update src/app/page.tsx 2026-05-01 04:42:20 +00:00
e0e71a8745 Update src/app/page.tsx 2026-05-01 04:41:50 +00:00
4eb2250b7d Merge version_16 into main
Merge version_16 into main
2026-05-01 04:02:17 +00:00
d34d560a71 Update src/app/page.tsx 2026-05-01 04:02:14 +00:00
37d00996a7 Merge version_15 into main
Merge version_15 into main
2026-05-01 03:53:03 +00:00
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
3 changed files with 54 additions and 26 deletions

View File

@@ -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

View File

@@ -10,9 +10,16 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User, Phone } from "lucide-react"; import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import { Instagram, Scissors, Sparkles, Droplets, Zap, Eye, User } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
const handleLinkClick = (href: string) => {
if (href?.startsWith('tel:')) {
window.location.href = href;
}
};
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -36,8 +43,8 @@ export default function LandingPage() {
{ name: "Contacto", id: "contact" }, { name: "Contacto", id: "contact" },
]} ]}
brandName="Palancar Barbershop" brandName="Palancar Barbershop"
button={{ text: "305-824-9966", href: "tel:3058249966" }} button={{ text: "305-824-9966", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }}
buttonClassName="min-w-fit px-6" buttonClassName="min-w-fit px-3 text-xs md:text-sm"
/> />
</div> </div>
@@ -45,9 +52,10 @@ export default function LandingPage() {
<HeroLogo <HeroLogo
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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }]}
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 +66,27 @@ 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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }]}
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
title="Nuestro Equipo"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
description="Nuestros expertos a tu servicio."
groups={[
{
id: "barbers",
groupTitle: "Expertos Barberos",
members: [
{ id: "member1", title: "Carlos", subtitle: "Master Barber", detail: "Más de 10 años de experiencia perfeccionando cortes clásicos y modernos." },
{ id: "member2", title: "Luis", subtitle: "Barber Expert", detail: "Especialista en degradados y estilos urbanos de alta precisión." }
]
}
]}
/> />
</div> </div>
@@ -86,17 +115,17 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "p1", badge: "Corte", price: "$25", subtitle: "Corte de Pelo", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p1", badge: "Corte", price: "$25", subtitle: "Corte de Pelo", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p2", badge: "Cortes", price: "$15", subtitle: "Cortes", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p2", badge: "Cortes", price: "$15", subtitle: "Cortes", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p3", badge: "Lavado", price: "$10", subtitle: "Lavado de Cabeza", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p3", badge: "Lavado", price: "$10", subtitle: "Lavado de Cabeza", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p4", badge: "Afeitado", price: "$10", subtitle: "Afeitado", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p4", badge: "Afeitado", price: "$10", subtitle: "Afeitado", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p5", badge: "Barba", price: "$20", subtitle: "Barba", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p5", badge: "Barba", price: "$20", subtitle: "Barba", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p6", badge: "Candado", price: "$10", subtitle: "Candado", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p6", badge: "Candado", price: "$10", subtitle: "Candado", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
{ id: "p7", badge: "Cejas", price: "$10", subtitle: "Cejas", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] }, { id: "p7", badge: "Cejas", price: "$10", subtitle: "Cejas", buttons: [{ text: "Llamar", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
]} ]}
title="Menú de Precios" title="Menú de Precios"
description="Servicios de calidad para ti." description="Servicios de calidad para ti."
planButtonClassName="whitespace-nowrap px-4" planButtonClassName="whitespace-nowrap text-xs md:text-sm px-3"
/> />
</div> </div>
@@ -112,6 +141,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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }]}
/> />
</div> </div>
@@ -119,20 +149,20 @@ export default function LandingPage() {
<ContactText <ContactText
text="¿Listo para tu próximo corte? Llámanos hoy." text="¿Listo para tu próximo corte? Llámanos hoy."
buttons={[ buttons={[
{ text: "305-824-9966 (Oficina)", href: "tel:3058249966" }, { text: "305-824-9966 (Oficina)", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") },
{ text: "786-302-3671 (Celular)", href: "tel:7863023671" } { text: "786-302-3671 (Celular)", href: "tel:786-302-3671", onClick: () => handleLinkClick("tel:786-302-3671") }
]} ]}
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" contentClassName="max-w-7xl mx-auto"
buttonClassName="whitespace-nowrap px-6" 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" },

View File

@@ -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;
} }