From 3ebfa4a014ed82a77c2ccaf4b6464b200c9e121f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 15:53:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dddd4d9..d51d208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,23 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg", imageAlt: "Coffee brewing process"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg?_wi=1", imageAlt: "Coffee brewing process"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Fresh latte with latte art"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "Fresh latte with latte art"}, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Roasted coffee beans"}, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=1", imageAlt: "Roasted coffee beans"}, { - imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg", imageAlt: "Hot coffee in ceramic cup"}, + imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg?_wi=1", imageAlt: "Hot coffee in ceramic cup"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg", imageAlt: "Premium coffee cup"}, + imageSrc: "http://img.b2bpic.net/free-photo/drinking-her-morning-coffee_53876-88436.jpg?_wi=2", imageAlt: "Premium coffee cup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Coffee bean selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg?_wi=2", imageAlt: "Coffee bean selection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Artisan latte"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=2", imageAlt: "Artisan latte"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg", imageAlt: "Brewing excellence"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14700.jpg?_wi=2", imageAlt: "Brewing excellence"}, ]} buttons={[ { text: "View Menu", href: "#products" },