From 6d8510115aba6db582cfa94af56c53bee0a2281f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:56:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d240169..98e23fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,19 +133,19 @@ export default function LandingPage() { id: "1", name: "Jorge López", handle: "@jorge_cliente", testimonial: "Muy rápido y profesional. El mejor corte por este precio en toda la zona. Voy cada dos semanas.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-rejoicing-posing-brick-wall_176420-14679.jpg", imageAlt: "Jorge López" }, { - id: "2", name: "Miguel Fernández", handle: "@miguel_fiel", testimonial: "Excelente relación calidad-precio. Los barberos saben exactamente lo que quiero. Muy amables.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", imageAlt: "Miguel Fernández" + id: "2", name: "Miguel Fernández", handle: "@miguel_fiel", testimonial: "Excelente relación calidad-precio. Los barberos saben exactamente lo que quiero. Muy amables.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg?_wi=1", imageAlt: "Miguel Fernández" }, { - id: "3", name: "Carlos Martínez", handle: "@carlos_barrio", testimonial: "Mi barbería de confianza. Siempre lleno porque saben hacer su trabajo. Mejor reservar.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", imageAlt: "Carlos Martínez" + id: "3", name: "Carlos Martínez", handle: "@carlos_barrio", testimonial: "Mi barbería de confianza. Siempre lleno porque saben hacer su trabajo. Mejor reservar.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg?_wi=2", imageAlt: "Carlos Martínez" }, { - id: "4", name: "Antonio Ruiz", handle: "@antonio_jubilado", testimonial: "Barbería de barrio auténtica. El descuento para jubilados es inmejorable. Voy hace años.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", imageAlt: "Antonio Ruiz" + id: "4", name: "Antonio Ruiz", handle: "@antonio_jubilado", testimonial: "Barbería de barrio auténtica. El descuento para jubilados es inmejorable. Voy hace años.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg?_wi=3", imageAlt: "Antonio Ruiz" }, { - id: "5", name: "David García", handle: "@david_barba", testimonial: "El arreglo de barba es precisión pura. Detallistas, rápidos y a un precio justo.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "David García" + id: "5", name: "David García", handle: "@david_barba", testimonial: "El arreglo de barba es precisión pura. Detallistas, rápidos y a un precio justo.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=1", imageAlt: "David García" }, { - id: "6", name: "Juan Rodríguez", handle: "@juan_cliente", testimonial: "Llevo 5 años viniendo. Los barberos te conocen, te escuchan y entregan exactamente lo que pides.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Juan Rodríguez" + id: "6", name: "Juan Rodríguez", handle: "@juan_cliente", testimonial: "Llevo 5 años viniendo. Los barberos te conocen, te escuchan y entregan exactamente lo que pides.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg?_wi=2", imageAlt: "Juan Rodríguez" } ]} /> @@ -161,7 +161,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Reserva Tu Cita", description: "Llama o rellena el formulario. Si es jueves a sábado, reserva con antelación porque solemos estar llenos.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg" }, + id: "1", title: "Reserva Tu Cita", description: "Llama o rellena el formulario. Si es jueves a sábado, reserva con antelación porque solemos estar llenos.", media: { imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1" }, items: [ { icon: Phone, text: "Llamada rápida" }, { icon: Clock, text: "Confirmación inmediata" }, @@ -248,7 +248,7 @@ export default function LandingPage() {