From 12aa3b3dc7763459bfcf0b632c4da20b94c0475b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:16:31 +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 60487b1..19615d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,10 +58,10 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-stylish-disposable-convenient-beautiful-recyclable-tableware_169016-1959.jpg", imageAlt: "Sustainable packaging and materials" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Premium eco-friendly reusable bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Stainless steel eco bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg", imageAlt: "Glass eco-friendly bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg", imageAlt: "Bamboo sustainable bottle" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=1", imageAlt: "Premium eco-friendly reusable bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=2", imageAlt: "Stainless steel eco bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-minimal-tumbler-drinks_23-2149029258.jpg?_wi=1", imageAlt: "Glass eco-friendly bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/environment-friendly-objects-cement-background_23-2148289741.jpg?_wi=1", imageAlt: "Bamboo sustainable bottle" } ]} buttons={[ { text: "Descubre la colección", href: "products" }, @@ -101,13 +101,13 @@ export default function LandingPage() {