Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-28 11:31:18 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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" }
]}
/>
</div>

View File

@@ -22,10 +22,10 @@ export default function ProductsPage() {
<ProductCatalog
layout="page"
products={[
{ id: "prod-1", name: "Mozzarella di Bufala", price: "4,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg" },
{ id: "prod-2", name: "Salame Milano", price: "7,90 €", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg" },
{ id: "prod-3", name: "Pesto Genovese", price: "5,50 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg" },
{ id: "prod-4", name: "Parmigiano Reggiano", price: "9,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg" }
{ id: "prod-1", name: "Mozzarella di Bufala", price: "4,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368934.jpg?_wi=2" },
{ id: "prod-2", name: "Salame Milano", price: "7,90 €", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/closeup-charcuterie-meat-products_53876-146578.jpg?_wi=2" },
{ id: "prod-3", name: "Pesto Genovese", price: "5,50 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135049.jpg?_wi=2" },
{ id: "prod-4", name: "Parmigiano Reggiano", price: "9,90 €", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/table-with-glass-flowers_1157-783.jpg?_wi=2" }
]}
/>
</div>