Merge version_1 into main #1
@@ -70,22 +70,22 @@ export default function LandingPage() {
|
||||
description="Vyberете si ze našich speciálních burgerů, sendvičů, toustů a salátů. Všechno je připraveno z čerstvých surovin a vlastního pečiva."
|
||||
products={[
|
||||
{
|
||||
id: "burger-classic", name: "Classic Burger", price: "189 Kč", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg", imageAlt: "Classic Burger"
|
||||
id: "burger-classic", name: "Classic Burger", price: "189 Kč", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg?_wi=1", imageAlt: "Classic Burger"
|
||||
},
|
||||
{
|
||||
id: "burger-deluxe", name: "Deluxe Burger s bekonem", price: "249 Kč", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", imageAlt: "Deluxe Burger"
|
||||
id: "burger-deluxe", name: "Deluxe Burger s bekonem", price: "249 Kč", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=1", imageAlt: "Deluxe Burger"
|
||||
},
|
||||
{
|
||||
id: "burger-special", name: "Special Burger s dvěma libami", price: "299 Kč", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-slate-background_23-2148235014.jpg", imageAlt: "Special Burger"
|
||||
id: "burger-special", name: "Special Burger s dvěma libami", price: "299 Kč", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-slate-background_23-2148235014.jpg?_wi=1", imageAlt: "Special Burger"
|
||||
},
|
||||
{
|
||||
id: "sandwich-classic", name: "Sendvič Kuřecí", price: "169 Kč", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg", imageAlt: "Kuřecí sendvič"
|
||||
id: "sandwich-classic", name: "Sendvič Kuřecí", price: "169 Kč", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cook-placing-fried-bacon-slice-ofcheese-while-layering-burger_181624-57745.jpg?_wi=2", imageAlt: "Kuřecí sendvič"
|
||||
},
|
||||
{
|
||||
id: "toasty-deluxe", name: "Toust Deluxe", price: "159 Kč", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", imageAlt: "Toust Deluxe"
|
||||
id: "toasty-deluxe", name: "Toust Deluxe", price: "159 Kč", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=2", imageAlt: "Toust Deluxe"
|
||||
},
|
||||
{
|
||||
id: "salad-garden", name: "Salát Zahrada", price: "179 Kč", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-slate-background_23-2148235014.jpg", imageAlt: "Salát Zahrada"
|
||||
id: "salad-garden", name: "Salát Zahrada", price: "179 Kč", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-slate-background_23-2148235014.jpg?_wi=2", imageAlt: "Salát Zahrada"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user