diff --git a/data.json b/data.json index b8fbf0d..eddf481 100644 --- a/data.json +++ b/data.json @@ -1,10 +1,11 @@ { - "Sandwiches": "", + "collection": "sandwiches", + "title": "Sandwiches", "entrees": [ { - "name": "", - "description": "", - "price": "" + "name": "Bánh Mì", + "description": "Slow roasted pork belly, with fresh pickled carrots, onion and cucumbers with jalapeños, red peppers and cilantro on panini bread with sweet chili mayo.", + "price": 14 } ] } \ No newline at end of file diff --git a/index.html b/index.html index 2043089..63a33ab 100644 --- a/index.html +++ b/index.html @@ -38,5 +38,18 @@