Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 23:32:22 +00:00

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "haircut", name: "Corte de Cabello", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg", imageAlt: "Servicio de corte profesional"
id: "haircut", name: "Corte de Cabello", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg?_wi=1", imageAlt: "Servicio de corte profesional"
},
{
id: "beard", name: "Corte + Barba", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg", imageAlt: "Servicio de corte y perfilado de barba"
@@ -100,7 +100,7 @@ export default function LandingPage() {
id: "styling", name: "Asesoramiento de Estilo", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageAlt: "Consulta de asesoramiento de estilo"
},
{
id: "premium", name: "Paquete Premium", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg", imageAlt: "Paquete premium completo"
id: "premium", name: "Paquete Premium", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-sprinkling-young-mans-hair_23-2148298335.jpg?_wi=2", imageAlt: "Paquete premium completo"
}
]}
textboxLayout="default"