Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -87,17 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Čevapčiči", price: "$18", variant: "Traditional Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "1", name: "Čevapčiči", price: "$18", variant: "Traditional Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Polnjeni Lignji", price: "$22", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "2", name: "Polnjeni Lignji", price: "$22", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Pizza Etno", price: "$16", variant: "Signature Pizza", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "3", name: "Pizza Etno", price: "$16", variant: "Signature Pizza", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Domači Kruh", price: "$6", variant: "Homemade Bread", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "4", name: "Domači Kruh", price: "$6", variant: "Homemade Bread", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=4"},
|
||||
{
|
||||
id: "5", name: "Balkan Salad", price: "$12", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "5", name: "Balkan Salad", price: "$12", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=5"},
|
||||
{
|
||||
id: "6", name: "Raznjići", price: "$20", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg"},
|
||||
id: "6", name: "Raznjići", price: "$20", variant: "Grill", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bbq-platter-with-grilled-meats-vegetables_84443-72343.jpg?_wi=6"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Our most beloved dishes, crafted with tradition."
|
||||
|
||||
Reference in New Issue
Block a user