From a677a8f837ae928010380493d876912518e19eb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 15:27:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ec5b60..b71c565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { description="Expertos en letras corpóreas LED, sublimación y servicios publicitarios personalizados para potenciar la identidad de tu negocio." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-computer_1170-2927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-computer_1170-2927.jpg?_wi=1", imageAlt: "advertising agency signage workshop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-holiday-woman-making-jewish-symbol_23-2148716839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-holiday-woman-making-jewish-symbol_23-2148716839.jpg?_wi=1", imageAlt: "led sign making workshop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fabric-printing-machine-colorful-textile-designs-studio_191095-99710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-printing-machine-colorful-textile-designs-studio_191095-99710.jpg?_wi=1", imageAlt: "sublimation printing machines", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-computer_1170-2927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-computer_1170-2927.jpg?_wi=2", imageAlt: "led sign making workshop", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-holiday-woman-making-jewish-symbol_23-2148716839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-hanukkah-holiday-woman-making-jewish-symbol_23-2148716839.jpg?_wi=2", imageAlt: "led sign making workshop", }, { @@ -256,7 +256,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/fabric-printing-machine-colorful-textile-designs-studio_191095-99710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fabric-printing-machine-colorful-textile-designs-studio_191095-99710.jpg?_wi=2", imageAlt: "led sign making workshop", }, ]} -- 2.49.1