Skip to content

Commit

Permalink
test landing images
Browse files Browse the repository at this point in the history
  • Loading branch information
WTanardi committed May 30, 2023
1 parent 65c430a commit 568620a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ingData = {
"flour",
"olive oil",
],
imgPath: "/../public/category/pantryEssentials.webp",
imgPath: "/public/category/pantryEssentials.webp",
},
{
title: "Vegetables & Greens",
Expand All @@ -89,7 +89,7 @@ const ingData = {
"scallion",
"tomato",
],
imgPath: "/../public/category/vegetablesGreens.webp",
imgPath: "/public/category/vegetablesGreens.webp",
},
{
title: "Meats",
Expand All @@ -101,7 +101,7 @@ const ingData = {
"pork loin",
"sausage",
],
imgPath: "/../public/category/meats.webp",
imgPath: "/public/category/meats.webp",
},
{
title: "Fruits",
Expand All @@ -114,7 +114,7 @@ const ingData = {
"raisins",
"pineapple",
],
imgPath: "/../public/category/fruits.webp",
imgPath: "/public/category/fruits.webp",
},
],
};
Expand Down

1 comment on commit 568620a

@vercel
Copy link

@vercel vercel bot commented on 568620a May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pantry-pilot-2 – ./

pantry-pilot-2-git-main-wtanardi.vercel.app
pantry-pilot-2.vercel.app
pantry-pilot-2-wtanardi.vercel.app

Please sign in to comment.