Update src/app/page.tsx
This commit is contained in:
@@ -156,37 +156,37 @@ export default function LandingPage() {
|
||||
id: "dish1",
|
||||
name: "Svinjski gulaš s pireom",
|
||||
price: "75 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish2",
|
||||
name: "Domaća juha",
|
||||
price: "38 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish3",
|
||||
name: "Gablec specijal",
|
||||
price: "55 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "dish4",
|
||||
name: "Domaći njoki",
|
||||
price: "60 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-jewish-cholent-wooden-table_123827-20809.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "dish5",
|
||||
name: "Pečeni krumpir",
|
||||
price: "40 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-cheese-cracker-top_141793-845.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "dish6",
|
||||
name: "Domaći desert",
|
||||
price: "45 HRK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
|
||||
Reference in New Issue
Block a user