diff --git a/src/app/page.tsx b/src/app/page.tsx index afdb2c2..408fec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Naša ponuka", 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" /> @@ -86,11 +86,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Klasická Matcha", price: "3.50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg"}, + id: "1", name: "Klasická Matcha", price: "3.50 €", 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"}, + id: "2", name: "Matcha Latte", price: "4.20 €", 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"}, + id: "3", name: "Ovocná Matcha", price: "4.80 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-matcha-still-life_23-2150768977.jpg?_wi=3"}, ]} title="Naša ponuka" description="Vyberte si z našich matcha špecialít a osviežujúcich nápojov." @@ -106,23 +106,23 @@ export default function LandingPage() { { id: 1, 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"} }, { id: 2, 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=4"}, 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=5"} }, { id: 3, 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=6"}, 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=7"} }, ]} showStepNumbers={false}