From 492cb5c81ded36ef8e56424c82edf5c272131a3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:41:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c73f810..5822aa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { tag="Since 2018" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg", imageAlt: "Coffee shop ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=1", imageAlt: "Coffee shop ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg", imageAlt: "Fresh coffee beans"} + imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=1", imageAlt: "Fresh coffee beans"} ]} mediaAnimation="slide-up" rating={5} @@ -74,7 +74,7 @@ export default function LandingPage() { { value: "5", title: "Years of Roasting"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=1" imageAlt="Coffee roastery process" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -90,16 +90,16 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Inday", name: "Signature Roast", price: "$18", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=2"}, { id: "p2", brand: "Inday", name: "Iced Cold Brew", price: "$6", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg"}, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=2"}, { id: "p3", brand: "Inday", name: "Morning Croissant", price: "$4", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-tasty-breakfast_23-2148877633.jpg"}, { id: "p4", brand: "Inday", name: "Classic Espresso", price: "$3.5", rating: 5, - reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg"}, + reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=2"}, { id: "p5", brand: "Inday", name: "Matcha Latte", price: "$5.5", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844291.jpg"}, -- 2.49.1