From 64ea1d64438ff0110ee073a0b7052ec6ee569992 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:07:17 +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 0122aae..dd21574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { imageAlt: "Barista preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg?_wi=1", imageAlt: "Artisan latte art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg?_wi=1", imageAlt: "Signature espresso", }, { - imageSrc: "http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg?_wi=1", imageAlt: "Premium coffee beans", }, ]} @@ -95,7 +95,7 @@ export default function LandingPage() { description="We don't just brew coffee; we craft moments. Using only the finest, ethically sourced beans, we bring a luxury coffee experience that awakens the senses." subdescription="Visit us at Rynek 30 to discover your new favorite brew." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -111,7 +111,7 @@ export default function LandingPage() { id: "1", name: "Signature Espresso", price: "12 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg?_wi=2", }, { id: "2", @@ -123,7 +123,7 @@ export default function LandingPage() { id: "3", name: "Artisan Cappuccino", price: "15 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg?_wi=2", }, { id: "4", @@ -156,7 +156,7 @@ export default function LandingPage() { { id: "1", name: "Marta Kowalska", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg?_wi=1", }, { id: "2", @@ -176,7 +176,7 @@ export default function LandingPage() { { id: "5", name: "Julia Wiśniewska", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg?_wi=2", }, ]} cardTitle="Guest Experiences" -- 2.49.1