From 6f044c7dd123de93aa78a1be17df786272a25b99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 11:42:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad04e3a..1700485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,53 +51,53 @@ export default function LandingPage() { description="Experience artisan-roasted coffee in our cozy downtown sanctuary. From farm to cup, every pour is a labor of love." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg?_wi=1", imageAlt: "freshly brewed coffee pouring", }, { - imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg?_wi=1", imageAlt: "latte art close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg?_wi=1", imageAlt: "modern coffee shop counter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg?_wi=1", imageAlt: "coffee shop atmosphere morning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg?_wi=1", imageAlt: "ceramic coffee mug steam", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg?_wi=1", imageAlt: "latte art heart shape", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg?_wi=2", imageAlt: "latte art heart shape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg?_wi=2", imageAlt: "ceramic coffee mug steam", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg?_wi=2", imageAlt: "coffee shop atmosphere morning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg?_wi=2", imageAlt: "modern coffee shop counter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg?_wi=2", imageAlt: "latte art close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg?_wi=2", imageAlt: "freshly brewed coffee pouring", }, ]} -- 2.49.1