From 71cdf1819daaeb5565b041340665dc0dfdbd9128 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:12:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b027e..af02109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,10 +104,10 @@ export default function LandingPage() { title: "Classic Espresso", description: "Rich, bold espresso shots pulled to perfection. The foundation of every great coffee drink.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Premium espresso with crema" + imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=1", imageAlt: "Premium espresso with crema" }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Americano coffee beverage" + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=1", imageAlt: "Americano coffee beverage" } ] }, @@ -115,10 +115,10 @@ export default function LandingPage() { title: "Signature Blends", description: "Curated blends combining beans from multiple origins. Each blend tells a story of craftsmanship.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Signature coffee blend" + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=2", imageAlt: "Signature coffee blend" }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Artisan coffee preparation" + imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=2", imageAlt: "Artisan coffee preparation" } ] }, @@ -129,7 +129,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648696.jpg", imageAlt: "Iced cold brew coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Cold brew concentrate" + imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=3", imageAlt: "Cold brew concentrate" } ] }