Merge version_1 into main #1
@@ -70,27 +70,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=1",
|
||||
imageAlt: "Shawarma wrap detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=1",
|
||||
imageAlt: "Shawarma s rýží",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg?_wi=1",
|
||||
imageAlt: "Bazooka strips",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=2",
|
||||
imageAlt: "Shawarma wrap fresh",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=2",
|
||||
imageAlt: "Egyptian rice bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg?_wi=2",
|
||||
imageAlt: "Chicken strips meal",
|
||||
},
|
||||
]}
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
description: "Maso i zelenina připravované každý den.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,42 +134,42 @@ export default function LandingPage() {
|
||||
name: "Shawarma v tortille",
|
||||
price: "145 Kč",
|
||||
variant: "Klasika",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bazooka Strips",
|
||||
price: "165 Kč",
|
||||
variant: "Křupavé",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Shawarma s rýží",
|
||||
price: "185 Kč",
|
||||
variant: "Oblíbené",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kebab se sýrem",
|
||||
price: "155 Kč",
|
||||
variant: "Sýrový",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kuřecí stripsy",
|
||||
price: "135 Kč",
|
||||
variant: "Svačina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Egyptská rýže",
|
||||
price: "65 Kč",
|
||||
variant: "Příloha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="Naše Menu"
|
||||
@@ -187,17 +187,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Rychlá obsluha",
|
||||
description: "Jídlo připravujeme svižně, abyste nemuseli čekat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Objednávky online",
|
||||
description: "Objednejte pohodlně z domova a přijďte si pro hotové.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
title: "Pozdní večery",
|
||||
description: "Jsme otevřeni i dlouho do noci pro vaše hladové chvíle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
title="Proč k nám?"
|
||||
@@ -216,35 +216,35 @@ export default function LandingPage() {
|
||||
name: "Jan Novák",
|
||||
handle: "@jannovak",
|
||||
testimonial: "Nejlepší shawarma v okolí, výborné maso a skvělé omáčky.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Petra Dvořáková",
|
||||
handle: "@petra.d",
|
||||
testimonial: "Majitel je moc milý a ochotný. Velká porce za super cenu!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208285.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lukáš M.",
|
||||
handle: "@lukasm",
|
||||
testimonial: "Příjemná atmosféra a opravdu chutné jídlo. Chodím sem pravidelně.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-healthy-asian-hot-pot-with-fresh-ingredients_84443-85727.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Eva Svobodová",
|
||||
handle: "@eva.s",
|
||||
testimonial: "Skvělá změna oproti běžnému fast foodu. Doporučuji.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36404.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Martin K.",
|
||||
handle: "@martink",
|
||||
testimonial: "Výborné jídlo i pozdě večer, když už je všude zavřeno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-serbian-food-arrangement_23-2149358061.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
title="Co říkají naši zákazníci"
|
||||
|
||||
Reference in New Issue
Block a user