Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-06-11 15:57:08 +00:00

View File

@@ -54,18 +54,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "downward-rays-static-grid"}}
title="Tu mejor versión comienza con un gran corte"
description="Cortes modernos, barba profesional y atención personalizada en Piñeyro."
variant: "plain"}}
title="TU MEJOR VERSIÓN COMIENZA AQUÍ"
description="Cortes modernos, barba profesional y atención personalizada."
buttons={[
{
text: "Reservar Turno", href: "#contact"},
text: "Reservar turno por WhatsApp", href: "https://wa.me/541122931516"},
{
text: "Ver Servicios", href: "#services"},
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/putting-up-barber-shop-sign_23-2151961900.jpg"
imageAlt="Barbería JF: Corte de pelo premium"
imageSrc="https://images.unsplash.com/photo-1596464522964-b097b5e6e8e8?q=80&w=2000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
imageAlt="Interior de barbería profesional con ambiente premium"
imageClassName="opacity-30 object-cover"
textBoxClassName="mx-auto text-center z-10 relative"
titleClassName="text-5xl md:text-7xl lg:text-8xl font-bold uppercase tracking-tight leading-tight"
descriptionClassName="text-lg md:text-xl max-w-2xl mx-auto"
buttonContainerClassName="flex flex-col sm:flex-row gap-4 justify-center"
buttonClassName="w-full sm:w-auto px-8 py-4 text-lg font-semibold rounded-pill"
/>
</div>