From 4b792be973fd5b54af4e1cfec234c5bbe53e6c90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:02:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24cfcff..c34ff27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg", imageAlt: "Minimalist coffee setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg?_wi=1", imageAlt: "Minimalist coffee setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Rich espresso"}, + imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=1", imageAlt: "Rich espresso"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg", imageAlt: "Coffee crafting"}, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=1", imageAlt: "Coffee crafting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg", imageAlt: "Coffee experience"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-sugar-burlap-fabric_23-2148337115.jpg?_wi=2", imageAlt: "Coffee experience"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Creamy cappuccino"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=1", imageAlt: "Creamy cappuccino"}, { - imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg", imageAlt: "Cold brew coffee"}, + imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg?_wi=1", imageAlt: "Cold brew coffee"}, { - imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Espresso shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=2", imageAlt: "Espresso shot"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Latte art"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=2", imageAlt: "Latte art"}, ]} background={{ variant: "plain" }} carouselPosition="right" @@ -85,7 +85,7 @@ export default function LandingPage() { { value: "100%", title: "Sustainable Sourced" }, { value: "15+", title: "Signature Blends" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=2" imageAlt="Coffee bean selection and roasting" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -105,11 +105,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", name: "Single Origin Espresso", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg", imageAlt: "Rich espresso blend"}, + id: "1", name: "Single Origin Espresso", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=3", imageAlt: "Rich espresso blend"}, { - id: "2", name: "Smooth Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg", imageAlt: "Creamy cappuccino"}, + id: "2", name: "Smooth Cappuccino", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-cappuccino-with-cream_140725-159.jpg?_wi=3", imageAlt: "Creamy cappuccino"}, { - id: "3", name: "Cold Brew Concentrate", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg", imageAlt: "Cold brew concentrate"}, + id: "3", name: "Cold Brew Concentrate", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/freshness-beverage-iced-ice-milkshake_1203-3929.jpg?_wi=2", imageAlt: "Cold brew concentrate"}, ]} /> @@ -155,7 +155,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-people-making-drip-coffee_53876-95242.jpg?_wi=3" imageAlt="Coffee preparation" mediaPosition="left" animationType="smooth" -- 2.49.1