Update src/app/page.tsx
This commit is contained in:
@@ -83,18 +83,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Corte de Cabello", description: "Cortes modernos y clásicos adaptados a tu tipo de cabello y rostro. Asesoramiento profesional incluido.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-client-s-head-side-view_23-2148353446.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-client-s-head-side-view_23-2148353446.jpg" }
|
||||
title: "Corte de Cabello", description: "Cortes modernos y clásicos adaptados a tu tipo de cabello y rostro. Asesoramiento profesional incluido.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-client-s-head-side-view_23-2148353446.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-client-s-head-side-view_23-2148353446.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Coloración", description: "Tintes y coloraciones con productos de calidad. Desde cambios sutiles hasta transformaciones completas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940879.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940879.jpg" }
|
||||
title: "Coloración", description: "Tintes y coloraciones con productos de calidad. Desde cambios sutiles hasta transformaciones completas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940879.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-washing-woman-s-hair_23-2148940879.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Peinados y Styling", description: "Peinados para eventos especiales, reuniones o uso diario. Técnicas profesionales y productos premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-ready_23-2148106134.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-ready_23-2148106134.jpg" }
|
||||
title: "Peinados y Styling", description: "Peinados para eventos especiales, reuniones o uso diario. Técnicas profesionales y productos premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-ready_23-2148106134.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-ready_23-2148106134.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -143,18 +143,18 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Rosa Martinez", role: "Peluquera Principal", description: "10 años de experiencia. Especialista en coloración y cortes modernos. Certificada en técnicas internacionales.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg", imageAlt: "Rosa Martinez", socialLinks: [
|
||||
id: "1", name: "Rosa Martinez", role: "Peluquera Principal", description: "10 años de experiencia. Especialista en coloración y cortes modernos. Certificada en técnicas internacionales.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg?_wi=1", imageAlt: "Rosa Martinez", socialLinks: [
|
||||
{ icon: Instagram, url: "https://instagram.com" },
|
||||
{ icon: Facebook, url: "https://facebook.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", name: "María González", role: "Estilista", description: "Especialista en peinados y styling. Experta en tratamientos capilares. Siempre atenta a las tendencias.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg", imageAlt: "María González", socialLinks: [
|
||||
id: "2", name: "María González", role: "Estilista", description: "Especialista en peinados y styling. Experta en tratamientos capilares. Siempre atenta a las tendencias.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg?_wi=2", imageAlt: "María González", socialLinks: [
|
||||
{ icon: Instagram, url: "https://instagram.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", name: "Laura Sánchez", role: "Asistente", description: "Recepcionista amable y atenta. Encargada de agendar tus turnos y hacer tu experiencia especial.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg", imageAlt: "Laura Sánchez", socialLinks: [
|
||||
id: "3", name: "Laura Sánchez", role: "Asistente", description: "Recepcionista amable y atenta. Encargada de agendar tus turnos y hacer tu experiencia especial.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hairdresser-washing-woman-s-hair_23-2150668440.jpg?_wi=3", imageAlt: "Laura Sánchez", socialLinks: [
|
||||
{ icon: Instagram, url: "https://instagram.com" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user