Merge version_1 into main #1
@@ -53,35 +53,35 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Pork Belly Special",
|
||||
price: "Market Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg?_wi=3",
|
||||
imageAlt: "Buttery, balanced pork belly",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Salad",
|
||||
price: "$14.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg?_wi=2",
|
||||
imageAlt: "Classic comfort, upgraded",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Seasonal Squash Soup",
|
||||
price: "$8.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=3",
|
||||
imageAlt: "Super fantastic seasonal soup",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kimchi Pork Burger + Gouda",
|
||||
price: "$16.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2",
|
||||
imageAlt: "Korean-influenced heat and richness",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "House Sides",
|
||||
price: "$6.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg?_wi=2",
|
||||
imageAlt: "Potato salad, pickled vegetables, Korean-touched carrots",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -74,11 +74,11 @@ export default function HomePage() {
|
||||
imageAlt: "Smokehouse interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg?_wi=1",
|
||||
imageAlt: "Signature pork belly dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=1",
|
||||
imageAlt: "Seasonal squash soup",
|
||||
},
|
||||
{
|
||||
@@ -103,35 +103,35 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Pork Belly Special",
|
||||
price: "Market Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sliced-ham-sausages_140725-1928.jpg?_wi=2",
|
||||
imageAlt: "Buttery, balanced pork belly",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Salad",
|
||||
price: "$14.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken_140725-1099.jpg?_wi=1",
|
||||
imageAlt: "Classic comfort, upgraded",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Seasonal Squash Soup",
|
||||
price: "$8.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=2",
|
||||
imageAlt: "Super fantastic seasonal soup",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kimchi Pork Burger + Gouda",
|
||||
price: "$16.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1",
|
||||
imageAlt: "Korean-influenced heat and richness",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "House Sides",
|
||||
price: "$6.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-potato-salad_23-2148619029.jpg?_wi=1",
|
||||
imageAlt: "Potato salad, pickled vegetables, Korean-touched carrots",
|
||||
},
|
||||
]}
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
name: "Sarah Mitchell",
|
||||
handle: "@sarahmitchell",
|
||||
testimonial: "Blown away by this hidden gem. Impeccable service, food that actually tastes like someone cares about it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
name: "James Chen",
|
||||
handle: "@jchen_foodie",
|
||||
testimonial: "The pork belly sandwich literally melted in every bite. Worth every penny and the drive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
name: "Emma Rodriguez",
|
||||
handle: "@emmaeats",
|
||||
testimonial: "Squash soup was super fantastic. Honestly one of the best soups I've had in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
name: "Michael Park",
|
||||
handle: "@mpark_eats",
|
||||
testimonial: "Phenomenal food, clean space, fast service. This is what a neighborhood staple should be.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
|
||||
imageAlt: "Michael Park",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
name: "Lisa Thompson",
|
||||
handle: "@lisathompson_",
|
||||
testimonial: "A true staple. Brunch here is one of the best in the city. Can't wait to go back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
name: "David Okonkwo",
|
||||
handle: "@davidcooks",
|
||||
testimonial: "Food prepared fresh and with care. This place gets it. The detail is extraordinary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4",
|
||||
imageAlt: "David Okonkwo",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user