diff --git a/src/app/page.tsx b/src/app/page.tsx index 12e3996..a5e7e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", name: "Burrata Italiana", price: "12,99 €", variant: "Najobľúbenejšia", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg" }, - { id: "p2", name: "Prosciutto di Parma", price: "8,50 €", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg" }, - { id: "p3", name: "Caffè Fiorino Espresso", price: "6,90 €", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg" }, - { id: "p4", name: "Prosecco Extra Dry", price: "15,50 €", variant: "Crowd favorite", imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg" } + { id: "p1", name: "Burrata Italiana", price: "12,99 €", variant: "Najobľúbenejšia", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg?_wi=1" }, + { id: "p2", name: "Prosciutto di Parma", price: "8,50 €", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg?_wi=1" }, + { id: "p3", name: "Caffè Fiorino Espresso", price: "6,90 €", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg?_wi=1" }, + { id: "p4", name: "Prosecco Extra Dry", price: "15,50 €", variant: "Crowd favorite", imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg?_wi=1" } ]} /> diff --git a/src/app/produkty/page.tsx b/src/app/produkty/page.tsx index 05397cb..5a61984 100644 --- a/src/app/produkty/page.tsx +++ b/src/app/produkty/page.tsx @@ -22,10 +22,10 @@ export default function ProductsPage() {