Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -78,15 +78,15 @@ export default function LandingPage() {
|
||||
imageAlt: "Gourmet Dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=1",
|
||||
imageAlt: "Appetizer Plating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_1203-9610.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_1203-9610.jpg?_wi=1",
|
||||
imageAlt: "Main Course Preparation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg?_wi=1",
|
||||
imageAlt: "Seafood Presentation",
|
||||
},
|
||||
]}
|
||||
@@ -121,13 +121,13 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Herb-Crusted Rack of Lamb",
|
||||
price: "$48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_1203-9610.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_1203-9610.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
id: "5",
|
||||
name: "Pan-Seared Sea Scallops",
|
||||
price: "$36",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
|
||||
Reference in New Issue
Block a user