Update src/app/order/page.tsx
This commit is contained in:
@@ -92,27 +92,27 @@ export default function OrderPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-half-view-different-vegetables-coriander-hot-peppers-bell-peppers-cut-into-pieces-round-tree-wood-board-cherry-tomatoes-peppers-yellow-ochre-background-free-space_140725-108077.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-half-view-different-vegetables-coriander-hot-peppers-bell-peppers-cut-into-pieces-round-tree-wood-board-cherry-tomatoes-peppers-yellow-ochre-background-free-space_140725-108077.jpg?_wi=5",
|
||||
imageAlt: "Sizzling fajitas on cast iron skillet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg?_wi=5",
|
||||
imageAlt: "Homemade corn tamales",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg?_wi=5",
|
||||
imageAlt: "Colorful enchiladas with sauce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-green-surface_140725-61856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-green-surface_140725-61856.jpg?_wi=5",
|
||||
imageAlt: "Traditional chiles rellenos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-tamales-plate_23-2148942297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-tamales-plate_23-2148942297.jpg?_wi=3",
|
||||
imageAlt: "Fresh guacamole prepared tableside",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-night-party_23-2147640529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-selfie-night-party_23-2147640529.jpg?_wi=3",
|
||||
imageAlt: "Colorful margarita in cantina setting",
|
||||
},
|
||||
]}
|
||||
@@ -152,7 +152,7 @@ export default function OrderPage() {
|
||||
name: "Sizzling Fajitas",
|
||||
price: "Market Price",
|
||||
variant: "Chicken, Beef, or Shrimp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-half-view-different-vegetables-coriander-hot-peppers-bell-peppers-cut-into-pieces-round-tree-wood-board-cherry-tomatoes-peppers-yellow-ochre-background-free-space_140725-108077.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-half-view-different-vegetables-coriander-hot-peppers-bell-peppers-cut-into-pieces-round-tree-wood-board-cherry-tomatoes-peppers-yellow-ochre-background-free-space_140725-108077.jpg?_wi=6",
|
||||
imageAlt: "Sizzling fajitas on cast iron skillet",
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function OrderPage() {
|
||||
name: "Homemade Corn Tamales",
|
||||
price: "Market Price",
|
||||
variant: "Traditional Family Recipe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg?_wi=6",
|
||||
imageAlt: "Fresh homemade tamales",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function OrderPage() {
|
||||
name: "Enchiladas",
|
||||
price: "Market Price",
|
||||
variant: "Verdes or Rojo Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg?_wi=6",
|
||||
imageAlt: "Colorful enchiladas with sauce",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function OrderPage() {
|
||||
name: "Chiles Rellenos",
|
||||
price: "Market Price",
|
||||
variant: "Poblano with Mole Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-green-surface_140725-61856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-lunch-inside-plate-dark-green-surface_140725-61856.jpg?_wi=6",
|
||||
imageAlt: "Traditional chiles rellenos",
|
||||
},
|
||||
]}
|
||||
@@ -201,28 +201,28 @@ export default function OrderPage() {
|
||||
id: "1",
|
||||
title: "Sunday - Thursday",
|
||||
description: "12:00 PM - 12:00 AM — Order during these hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-people-navigating_23-2147654143.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-people-navigating_23-2147654143.jpg?_wi=2",
|
||||
imageAlt: "Restaurant location",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Friday - Saturday",
|
||||
description: "12:00 PM - 12:30 AM — Late night ordering available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration_23-2149317302.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration_23-2149317302.jpg?_wi=2",
|
||||
imageAlt: "Restaurant interior",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pickup Location",
|
||||
description: "6800 Visitors Circle, Orlando, FL 32819",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-floor-tiles-pattern_23-2147519726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-floor-tiles-pattern_23-2147519726.jpg?_wi=2",
|
||||
imageAlt: "Restaurant decor",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Need Help?",
|
||||
description: "+1 (407) 237-9490 — Call us for questions",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/assortment-flat-design-business-card-icons_23-2148353980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/assortment-flat-design-business-card-icons_23-2148353980.jpg?_wi=2",
|
||||
imageAlt: "Phone contact",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user