Update src/app/page.tsx
This commit is contained in:
@@ -59,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>
|
||||||
|
|
||||||
@@ -68,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."
|
||||||
@@ -113,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>
|
||||||
|
|
||||||
@@ -133,7 +135,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user