Merge version_2 into main #3
@@ -119,16 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Burger", name: "Super Úplně Nejlepší Bacon Burger", price: "259 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
|
||||
{ id: "p2", brand: "Special", name: "Grilované Selské Koleno", price: "350 Kč", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg" },
|
||||
{ id: "p3", brand: "Drink", name: "Pivo Polička 11° Otakar", price: "55 Kč", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg" },
|
||||
{ id: "p2", brand: "Special", name: "Grilované Selské Koleno", price: "350 Kč", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=1" },
|
||||
{ id: "p3", brand: "Drink", name: "Pivo Polička 11° Otakar", price: "55 Kč", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg?_wi=1" },
|
||||
{ id: "p4", brand: "Main", name: "Candát", price: "290 Kč", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole_23-2148678836.jpg" },
|
||||
{ id: "p5", brand: "Side", name: "Hranolky S Cesnekem", price: "85 Kč", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg" },
|
||||
{ id: "p6", brand: "Veg", name: "Grilovaný Hermelín S Brusinkami A ...", price: "145 Kč", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" },
|
||||
{ id: "p7", brand: "Veggie", name: "Vegeburger", price: "189 Kč", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg" },
|
||||
{ id: "p8", brand: "Traditional", name: "Jelita", price: "165 Kč", rating: 5, reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" },
|
||||
{ id: "p9", brand: "Soup", name: "Česnečka", price: "65 Kč", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg" },
|
||||
{ id: "p5", brand: "Side", name: "Hranolky S Cesnekem", price: "85 Kč", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg?_wi=1" },
|
||||
{ id: "p6", brand: "Veg", name: "Grilovaný Hermelín S Brusinkami A ...", price: "145 Kč", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=1" },
|
||||
{ id: "p7", brand: "Veggie", name: "Vegeburger", price: "189 Kč", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg?_wi=2" },
|
||||
{ id: "p8", brand: "Traditional", name: "Jelita", price: "165 Kč", rating: 5, reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=2" },
|
||||
{ id: "p9", brand: "Soup", name: "Česnečka", price: "65 Kč", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg?_wi=2" },
|
||||
{ id: "p10", brand: "Signature", name: "Dospělý Bacon Burger", price: "229 Kč", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
|
||||
{ id: "p11", brand: "Meat", name: "Jitrnice", price: "155 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg" }
|
||||
{ id: "p11", brand: "Meat", name: "Jitrnice", price: "155 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=2" }
|
||||
]}
|
||||
title="Naše burgery"
|
||||
description="Vyber si svého favorita z našeho menu."
|
||||
|
||||
Reference in New Issue
Block a user