From 5f6b287e2f270a18e70ceb9b00d08536d03b567f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:20:37 +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 598b881..2a1955b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { description="Tu tienda favorita en Hidalgo para todo lo que necesitas, desde útiles escolares hasta recargas y trámites digitales." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-tape_23-2149009532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-tape_23-2149009532.jpg?_wi=1", imageAlt: "Decoración de escritorio", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { descriptions: [ "Cerca de ti en todo Hidalgo", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-tape_23-2149009532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-arrangement-with-tape_23-2149009532.jpg?_wi=2", imageAlt: "seasonal trending item icon", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { descriptions: [ "Aceptamos efectivo, transferencias y tarjetas", ], - imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-blank-notebook_23-2147864662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-blank-notebook_23-2147864662.jpg?_wi=1", imageAlt: "seasonal trending item icon", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { descriptions: [ "Ayuda real en cada compra", ], - imageSrc: "http://img.b2bpic.net/free-vector/it-yourself_23-2148515189.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/it-yourself_23-2148515189.jpg?_wi=1", imageAlt: "seasonal trending item icon", }, ]} @@ -224,7 +224,7 @@ export default function LandingPage() { price: "Desde $5", rating: 5, reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-blank-notebook_23-2147864662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stationery-around-blank-notebook_23-2147864662.jpg?_wi=2", }, { id: "p2", @@ -233,7 +233,7 @@ export default function LandingPage() { price: "Desde $10", rating: 5, reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-vector/it-yourself_23-2148515189.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/it-yourself_23-2148515189.jpg?_wi=2", }, { id: "p3", -- 2.49.1