diff --git a/front/public/sonichog.jpg b/front/public/sonichog.jpg new file mode 100644 index 0000000..4b9cab1 Binary files /dev/null and b/front/public/sonichog.jpg differ diff --git a/front/public/wathog.jpg b/front/public/wathog.jpg new file mode 100644 index 0000000..c8ffa35 Binary files /dev/null and b/front/public/wathog.jpg differ diff --git a/front/src/pages/PageContact.svelte b/front/src/pages/PageContact.svelte index 867b10f..e427d5e 100644 --- a/front/src/pages/PageContact.svelte +++ b/front/src/pages/PageContact.svelte @@ -21,7 +21,7 @@ diff --git a/front/src/pages/PageMenu.svelte b/front/src/pages/PageMenu.svelte index 34fa67f..7acc82d 100644 --- a/front/src/pages/PageMenu.svelte +++ b/front/src/pages/PageMenu.svelte @@ -140,6 +140,12 @@ Hide Unavailable +
  • + +
  • diff --git a/front/src/testData.js b/front/src/testData.js index 15389e8..1a49529 100644 --- a/front/src/testData.js +++ b/front/src/testData.js @@ -37,5 +37,17 @@ export default Items = [ price: "Priceless", labels: ["nut"], image: "/dab.jpg", - } + }, + { + name: "Hogermellon", + price: "balls", + labels: ["fish"], + image: "/wathog.jpg", + }, + { + name: "Blue HOGGGGG", + price: "ARUGH", + labels: ["nut", "gluten", "spicy"], + image: "/sonichog.jpg", + }, ];