Merge version_3 into main #12
@@ -73,15 +73,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Cortes de Precisión", descriptions: ["Estilo experto adaptado a la forma de tu rostro."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg"},
|
||||
{
|
||||
id: "f2", title: "Cuidado de Barba", descriptions: ["Afina tu estilo con un corte y perfilado premium."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5409.jpg"},
|
||||
{
|
||||
id: "f3", title: "Afeitado de Toalla Caliente", descriptions: ["Un afeitado clásico y relajante para una suavidad máxima."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-smiling-woman-white-clothes-relaxing-round-soft-arm-chair-with-beagle-dog_197531-4834.jpg"},
|
||||
{ id: "f1", title: "Cortes de Precisión", descriptions: ["Estilo experto adaptado a la forma de tu rostro."], imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg" },
|
||||
{ id: "f2", title: "Cuidado de Barba", descriptions: ["Afina tu estilo con un corte y perfilado premium."], imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5409.jpg" },
|
||||
{ id: "f3", title: "Afeitado de Toalla Caliente", descriptions: ["Un afeitado clásico y relajante para una suavidad máxima."], imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-smiling-woman-white-clothes-relaxing-round-soft-arm-chair-with-beagle-dog_197531-4834.jpg" },
|
||||
{ id: "f4", title: "Tratamiento Capilar", descriptions: ["Nutrición profunda para tu cabello."], imageSrc: "http://img.b2bpic.net/free-photo/barber-holding-hair-dryer_1303-1234.jpg" },
|
||||
{ id: "f5", title: "Masaje Capilar", descriptions: ["Relajación total para el cuero cabelludo."], imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment_1303-4567.jpg" },
|
||||
{ id: "f6", title: "Perfilado de Cejas", descriptions: ["Define tu mirada con estilo."], imageSrc: "http://img.b2bpic.net/free-photo/grooming-tools_1303-7890.jpg" },
|
||||
{ id: "f7", title: "Coloración Profesional", descriptions: ["Oculta canas o cambia tu tono con naturalidad."], imageSrc: "http://img.b2bpic.net/free-photo/hair-color-dye_1303-3321.jpg" },
|
||||
{ id: "f8", title: "Limpieza Facial", descriptions: ["Elimina impurezas y revitaliza tu rostro."], imageSrc: "http://img.b2bpic.net/free-photo/skin-care-man_1303-5566.jpg" },
|
||||
{ id: "f9", title: "Corte de Niños", descriptions: ["Estilos actuales para los más pequeños."], imageSrc: "http://img.b2bpic.net/free-photo/kids-haircut_1303-9988.jpg" },
|
||||
{ id: "f10", title: "Asesoría de Imagen", descriptions: ["Encuentra el estilo que mejor te sienta."], imageSrc: "http://img.b2bpic.net/free-photo/stylist-consulting_1303-2211.jpg" }
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Desde cortes clásicos hasta cuidado especializado, dominamos todos los estilos."
|
||||
@@ -94,18 +95,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Esencial", price: "$35", subtitle: "Perfecto para mantenimiento", features: ["Corte de cabello", "Perfilado de cuello"],
|
||||
buttons: [{ text: "Reservar", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Firma", price: "$55", subtitle: "Nuestro favorito", features: ["Corte de cabello", "Cuidado de barba", "Toalla caliente"],
|
||||
buttons: [{ text: "Reservar", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Ultimate", price: "$75", subtitle: "Experiencia completa", features: ["Corte de cabello", "Afeitado", "Tratamiento de cuero cabelludo"],
|
||||
buttons: [{ text: "Reservar", href: "#contact" }],
|
||||
},
|
||||
{ id: "p1", badge: "Esencial", price: "$35", subtitle: "Perfecto para mantenimiento", features: ["Corte de cabello", "Perfilado de cuello"], buttons: [{ text: "Reservar", href: "#contact" }] },
|
||||
{ id: "p2", badge: "Firma", price: "$55", subtitle: "Nuestro favorito", features: ["Corte de cabello", "Cuidado de barba", "Toalla caliente"], buttons: [{ text: "Reservar", href: "#contact" }] },
|
||||
{ id: "p3", badge: "Ultimate", price: "$75", subtitle: "Experiencia completa", features: ["Corte de cabello", "Afeitado", "Tratamiento de cuero cabelludo"], buttons: [{ text: "Reservar", href: "#contact" }] },
|
||||
]}
|
||||
title="Precios"
|
||||
description="Elige el servicio de cuidado perfecto para tu estilo de vida."
|
||||
|
||||
Reference in New Issue
Block a user