Update src/app/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", imageAlt: "Kaviareň interiér" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312234.jpg", imageAlt: "Víno a hrozno" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312234.jpg?_wi=1", imageAlt: "Víno a hrozno" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Výberová káva", price: "od 2.50 €", variant: "Espresso, Cappuccino, Latte", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Víno", price: "od 4.00 €", variant: "Lokálne a zahraničné", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312234.jpg"},
|
||||
id: "2", name: "Víno", price: "od 4.00 €", variant: "Lokálne a zahraničné", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312234.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Domáce dezerty", price: "od 3.50 €", variant: "Denná ponuka", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user