Compare commits
57 Commits
version_15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f495e9ba63 | |||
| d792458331 | |||
| e80df39c5b | |||
| c72971e917 | |||
| be8c71cc45 | |||
| 4ec25e8f0b | |||
| 2ef8745df8 | |||
| 3b78c5e734 | |||
| cf0a9068bc | |||
| 167c118e2b | |||
| b5ba8f435f | |||
| c647cd61c6 | |||
| fe2c59ba8e | |||
| b3c410d71b | |||
| 2e0c714ff7 | |||
| 326faeba21 | |||
| 00803d18b2 | |||
| 7d3392828e | |||
| a136c76b4d | |||
| ffc51c2163 | |||
| 19bfaa678e | |||
| 24639fd3ae | |||
| 30cb41bd79 | |||
| f9522a2f16 | |||
| e41e3f4d80 | |||
| bf591514a6 | |||
| afdf46db4a | |||
| c5cfdd801e | |||
| 619060e35b | |||
| b70f18dce6 | |||
| 953299dce0 | |||
| 6e638a6868 | |||
| bbb604c51b | |||
| 8b90e01fa6 | |||
| 4af2c3358e | |||
| ac11aeff7a | |||
| 346a0e5872 | |||
| 54205b427c | |||
| 42a430003b | |||
| 5cc0f71051 | |||
| 7a8b91a86d | |||
| cc1a072828 | |||
| c4304a9346 | |||
| abd1aad0d5 | |||
| 71e9ce6199 | |||
| f51dfcf874 | |||
| 0bbae846ee | |||
| 350bb9f88b | |||
| bf74670a1a | |||
| b2bae69280 | |||
| eb146800e9 | |||
| da9c9826cb | |||
| 58220cb1c9 | |||
| e0e71a8745 | |||
| 4eb2250b7d | |||
| d34d560a71 | |||
| 37d00996a7 |
@@ -10,9 +10,16 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
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() {
|
||||
const handleLinkClick = (href: string) => {
|
||||
if (href?.startsWith('tel:')) {
|
||||
window.location.href = href;
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -36,7 +43,7 @@ export default function LandingPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
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-3 text-xs md:text-sm"
|
||||
/>
|
||||
</div>
|
||||
@@ -45,8 +52,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
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-1777601004182-ilf1hmww.png"
|
||||
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-1778798313642-vldczlri.jpg"
|
||||
imageAlt="interior moderno de barbería"
|
||||
buttonClassName="text-sm md:text-base"
|
||||
/>
|
||||
@@ -59,7 +66,34 @@ 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" }]}
|
||||
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 maestros del oficio a tu servicio."
|
||||
memberImageClassName="object-center object-cover"
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Master Barbers",
|
||||
members: [
|
||||
{ id: "carlos", title: "Carlos Palancar", subtitle: "Master Barber", detail: "Experto en cortes clásicos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745852568-gfqtw62a.png" },
|
||||
{ id: "erick", title: "Erick Cabrera", subtitle: "Master Barbero", detail: "Especialista en degradados", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806647-ur5twvd1.png" },
|
||||
{ id: "carlosjr", title: "Carlos Palancar Jr.", subtitle: "Master Barbero", detail: "Estilista versátil", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745852568-rxrrts2w.png" },
|
||||
{ id: "brian", title: "Brian Teran", subtitle: "Master Barbero", detail: "Técnico de barba", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806647-ujgqu20s.png" },
|
||||
{ id: "jose", title: "Jose Fernandez", subtitle: "Master Barbero", detail: "Cortes modernos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806647-c8hik11a.png" },
|
||||
{ id: "rusbel", title: "Rusbel Hernandez", subtitle: "Master Barbero", detail: "Atención al detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806648-rjmndrll.png" },
|
||||
{ id: "isbel", title: "Isbel", subtitle: "Master Barbero", detail: "Experiencia y precisión", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806647-vr7imyc2.png" },
|
||||
{ id: "roner", title: "Roberto", subtitle: "Master Barbero", detail: "Estilo y detalle", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApasF6ZFfKJ3lLObBgGARvGnPS/uploaded-1778745806647-wmafk0q6.png" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,13 +103,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ 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" } },
|
||||
{ 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" },
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Servicios de barbería profesionales."
|
||||
@@ -88,13 +122,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Corte", price: "$25", subtitle: "Corte de Pelo", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p2", badge: "Cortes", price: "$15", subtitle: "Cortes", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p3", badge: "Lavado", price: "$10", subtitle: "Lavado de Cabeza", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p4", badge: "Afeitado", price: "$10", subtitle: "Afeitado", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p5", badge: "Barba", price: "$20", subtitle: "Barba", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p6", badge: "Candado", price: "$10", subtitle: "Candado", buttons: [{ text: "Llamar", href: "tel:3058249966" }], features: [] },
|
||||
{ id: "p7", badge: "Cejas", price: "$10", subtitle: "Cejas", 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: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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], 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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], 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:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }], features: [] },
|
||||
]}
|
||||
title="Menú de Precios"
|
||||
description="Servicios de calidad para ti."
|
||||
@@ -114,7 +148,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" }]}
|
||||
buttons={[{ text: "Reservar Cita", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,13 +156,14 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="¿Listo para tu próximo corte? Llámanos hoy."
|
||||
buttons={[
|
||||
{ text: "305-824-9966 (Oficina)", href: "tel:3058249966" },
|
||||
{ text: "786-302-3671 (Celular)", href: "tel:7863023671" }
|
||||
{ text: "305-824-9966 (Oficina)", href: "tel:305-824-9966", onClick: () => handleLinkClick("tel:305-824-9966") },
|
||||
{ text: "786-302-3671 (Celular)", href: "tel:786-302-3671", onClick: () => handleLinkClick("tel:786-302-3671") }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
contentClassName="max-w-7xl mx-auto"
|
||||
textClassName="text-center"
|
||||
buttonClassName="whitespace-nowrap px-4 text-sm"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user