From 6b80a5cd7b906d0ce59c31d53aed29cf1fbd409b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:01:03 +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 d6f712e..714940f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-mixing-coffee-outdoors_158595-3758.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-mixing-coffee-outdoors_158595-3758.jpg?_wi=1" imageAlt="Cozy cafe interior" /> @@ -89,19 +89,19 @@ export default function LandingPage() { id: "c1", name: "Signature Roast", price: "4.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=1", }, { id: "c2", name: "Morning Espresso", price: "3.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093868.jpg?_wi=1", }, { id: "c3", name: "Iced Oat Latte", price: "5.20 €", - imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg?_wi=1", }, { id: "p1", @@ -140,7 +140,7 @@ export default function LandingPage() { quote: "The best coffee in Helsinki, hands down.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-coffee-cup-cafe_1170-692.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-mixing-coffee-outdoors_158595-3758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-interesting-reddish-man-mixing-coffee-outdoors_158595-3758.jpg?_wi=2", imageAlt: "happy customer portrait cafe", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { quote: "Their cinnamon buns are life changing.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354580.jpg?_wi=2", imageAlt: "happy customer portrait cafe", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { quote: "Perfect roast every time I visit.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-man-glasses-tshirt-drinking-coffee-smiling-enjoying-lunch-break-holding-tak_1258-173468.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093868.jpg?_wi=2", imageAlt: "happy customer portrait cafe", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { quote: "Warm service and great music choice.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg?_wi=2", imageAlt: "happy customer portrait cafe", }, ]} -- 2.49.1