From f8f27614c96d61d30a5caf93fedfecba58e8a513 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:46:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3991cf8..55a50ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg" + imageSrc="http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=1" imageAlt="Matcha nápoj" mediaAnimation="blur-reveal" /> @@ -90,7 +90,7 @@ export default function LandingPage() { description: "Radi vás u nás vždy uvidíme s úsmevom.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215062.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215062.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -106,19 +106,19 @@ export default function LandingPage() { id: "1", name: "Klasická Matcha", price: "3.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg?_wi=1", }, { id: "2", name: "Matcha Latte", price: "4.20 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg?_wi=2", }, { id: "3", name: "Ovocná Matcha", price: "4.80 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg?_wi=3", }, ]} title="Naša ponuka" @@ -137,12 +137,12 @@ export default function LandingPage() { title: "Kvalitná matcha", description: "Sústreďujeme sa na tie najlepšie suroviny.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=4", imageAlt: "matcha latte on wooden table", }, { @@ -150,12 +150,12 @@ export default function LandingPage() { title: "Milá obsluha", description: "Naši barista sú tu pre vás vždy s úsmevom.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=5", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=6", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215062.jpg?_wi=2", imageAlt: "matcha whisk ceremony close up", }, { @@ -163,12 +163,12 @@ export default function LandingPage() { title: "Skvelá poloha", description: "Nájdete nás v srdci Starého Mesta.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=7", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150769014.jpg?_wi=8", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg?_wi=4", imageAlt: "matcha latte glass overhead", }, ]} -- 2.49.1