From 753a640d72e474ff95b57ddebbc695d12ee74891 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 13:43:56 +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 b5e67c6..3d25c1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,17 +68,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-chocolate-chips-arrangement_23-2149702503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-chocolate-chips-arrangement_23-2149702503.jpg?_wi=1", imageAlt: "Coffee beans", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg?_wi=1", imageAlt: "Coffee cup", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoons-filled-with-coffee-spices_23-2148349649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoons-filled-with-coffee-spices_23-2148349649.jpg?_wi=1", imageAlt: "Ground coffee", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chocolate-chips-arrangement_23-2149702545.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-chocolate-chips-arrangement_23-2149702503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-chocolate-chips-arrangement_23-2149702503.jpg?_wi=2", imageAlt: "mobile app interface coffee subscription design", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-friends-with-smartphone_23-2150233620.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg?_wi=2", imageAlt: "mobile app interface coffee subscription design", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-paper-cups-with-coffee-beans-dark-background-pattern-creative-background-concept-cafes_493343-30024.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoons-filled-with-coffee-spices_23-2148349649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoons-filled-with-coffee-spices_23-2148349649.jpg?_wi=2", imageAlt: "mobile app interface coffee subscription design", }, ]} -- 2.49.1