From fb0e1f6348c03d4c3fb86a01b7542db513aff9e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:30:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00900f3..6be4477 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} brandName="Indira Pérez Salón & Barber Shop" button={{ - text: "Reservar Cita", href: "#contact"}} + text: "Reservar Cita", href: "#contact"}} /> @@ -152,11 +152,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "indira", name: "Indira Pérez", imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg", imageAlt: "Indira Pérez, dueña y estilista principal"}, + id: "indira", name: "Indira Pérez", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-brunette-woman-hairdresser-stylish-black-dress-workplace-modern-beauty-salon_613910-18835.jpg", imageAlt: "Indira Pérez, dueña y estilista principal"}, { - id: "stylist-1", name: "Carlos Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-salon_52683-111009.jpg", imageAlt: "Carlos Rodríguez, barbero experto"}, + id: "carlos", name: "Carlos Rodríguez", imageSrc: "https://img.b2bpic.net/free-photo/handsome-bearded-barber-hairdresser-isolated-gray-background_613910-18836.jpg", imageAlt: "Carlos Rodríguez, barbero experto"}, { - id: "stylist-2", name: "Laura García", imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", imageAlt: "Laura García, especialista en uñas y estética"}, + id: "laura", name: "Laura García", imageSrc: "https://img.b2bpic.net/free-photo/manicurist-working-with-nail-file-close-up-selective-focus_613910-18844.jpg", imageAlt: "Laura García, especialista en uñas y estética"}, ]} memberVariant="card" />