From a5755f06979b2335859374600ab3ad8dde8bcd20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:23:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 159a71d..eb4f4d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139243.jpg", imageAlt: "Detalles de color" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-black-cloth-with-bright-makeup_158538-1996.jpg", imageAlt: "Corte elegante" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "Ambiente premium" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230919.jpg", imageAlt: "Tratamiento capilar" } + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230919.jpg?_wi=1", imageAlt: "Tratamiento capilar" } ]} autoPlay={true} autoPlayInterval={4000} @@ -90,7 +90,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Corte de Autor", price: "$800", variant: "Diseño personalizado", imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4433.jpg" }, { id: "2", name: "Coloración Premium", price: "$1,500", variant: "Tono perfecto", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108856.jpg" }, - { id: "3", name: "Tratamiento Capilar", price: "$950", variant: "Brillo y salud", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230919.jpg" }, + { id: "3", name: "Tratamiento Capilar", price: "$950", variant: "Brillo y salud", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230919.jpg?_wi=2" }, { id: "4", name: "Styling de Gala", price: "$1,200", variant: "Peinados editorial", imageSrc: "http://img.b2bpic.net/free-photo/blonde-model-posing_1122-488.jpg" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1