Update src/app/page.tsx

This commit is contained in:
2026-03-05 20:38:49 +00:00
parent c23b83f1b6
commit bfb788f98f

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=1"
imageAlt="VR Hair Salon - Peluquería Profesional"
mediaAnimation="opacity"
frameStyle="card"
@@ -66,7 +66,7 @@ export default function LandingPage() {
description="Cra. 53a #122 - 25 3, Bogotá"
subdescription="¡Abierto ahora!"
icon={Clock}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=2"
imageAlt="Ubicación de VR Hair Salon"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -82,19 +82,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Cortes Modernos", description: "Cortes de cabello contemporáneos con técnicas profesionales adaptadas a tu estilo personal", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg", imageAlt: "Cortes modernos"
title: "Cortes Modernos", description: "Cortes de cabello contemporáneos con técnicas profesionales adaptadas a tu estilo personal", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=3", imageAlt: "Cortes modernos"
},
{
id: 2,
title: "Servicios de Color", description: "Expertos en colorimetría y cambios de color con productos de calidad premium", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg", imageAlt: "Servicios de color"
title: "Servicios de Color", description: "Expertos en colorimetría y cambios de color con productos de calidad premium", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=4", imageAlt: "Servicios de color"
},
{
id: 3,
title: "Tratamientos Capilares", description: "Tratamientos especializados para la salud y brillo de tu cabello", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg", imageAlt: "Tratamientos capilares"
title: "Tratamientos Capilares", description: "Tratamientos especializados para la salud y brillo de tu cabello", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=5", imageAlt: "Tratamientos capilares"
},
{
id: 4,
title: "Peinados Especiales", description: "Diseño de peinados para eventos especiales y ocasiones importantes", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg", imageAlt: "Peinados especiales"
title: "Peinados Especiales", description: "Diseño de peinados para eventos especiales y ocasiones importantes", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg?_wi=6", imageAlt: "Peinados especiales"
}
]}
textboxLayout="default"