From 53c7e8641a5440fe391ee1e3af1036d346002e7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:21:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df57805..b99117f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,37 +56,37 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-arranging-cookies-display_23-2148366703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-arranging-cookies-display_23-2148366703.jpg?_wi=1", imageAlt: "Maize and Blue Deli Counter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=1", imageAlt: "Gourmet Sandwich", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg?_wi=1", imageAlt: "Community Gathering at Our Deli", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheese-different-vegetables_23-2147694279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-different-vegetables_23-2147694279.jpg?_wi=1", imageAlt: "Quality Deli Ingredients", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=2", imageAlt: "Fresh Sandwich", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheese-different-vegetables_23-2147694279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-different-vegetables_23-2147694279.jpg?_wi=2", imageAlt: "Premium Ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-arranging-cookies-display_23-2148366703.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-arranging-cookies-display_23-2148366703.jpg?_wi=2", imageAlt: "Deli Service Counter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg?_wi=2", imageAlt: "Local Community", }, ]} @@ -113,7 +113,7 @@ export default function HomePage() { tag="Community First" tagIcon={Users} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg?_wi=3" imageAlt="Our Community" mediaAnimation="slide-up" accordionItems={[ -- 2.49.1