Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-21 01:23:24 +00:00

View File

@@ -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"