From 45dff82e7fe0ecf2de94d5ea8f473aa2825462e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 20:40:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff8f21a..d1c813f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/gradient-help-wanted-badges-set_23-2149491573.jpg", imageAlt: "vibrant stickers display colorful"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/gradient-help-wanted-badges-set_23-2149491573.jpg?_wi=1", imageAlt: "vibrant stickers display colorful"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-hands-with-bracelets_23-2148144521.jpg", imageAlt: "wristbands stack lifestyle shot"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-hands-with-bracelets_23-2148144521.jpg?_wi=1", imageAlt: "wristbands stack lifestyle shot"}, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg", imageAlt: "mystery pack packaging unwrapping"}, { @@ -131,11 +131,11 @@ export default function LandingPage() { { id: "f2", title: "Artist-Led Designs", tags: [ "Original", "Creative"], - imageSrc: "http://img.b2bpic.net/free-vector/gradient-help-wanted-badges-set_23-2149491573.jpg", imageAlt: "Colorful funky stylized script font sticker set on a beige background vector"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-help-wanted-badges-set_23-2149491573.jpg?_wi=2", imageAlt: "Colorful funky stylized script font sticker set on a beige background vector"}, { id: "f3", title: "Community Vibe", tags: [ "Hype", "Family"], - imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-hands-with-bracelets_23-2148144521.jpg", imageAlt: "Colorful funky stylized script font sticker set on a beige background vector"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-hands-with-bracelets_23-2148144521.jpg?_wi=2", imageAlt: "Colorful funky stylized script font sticker set on a beige background vector"}, ]} title="Why CashinCombos?" description="We take the collection game to the next level." -- 2.49.1