Update src/app/page.tsx
This commit is contained in:
@@ -141,27 +141,27 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
imageAlt: "Colorful enchiladas with traditional 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=1",
|
||||
imageAlt: "Traditional chiles rellenos with mole",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
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=1",
|
||||
imageAlt: "Colorful margarita in cantina setting",
|
||||
},
|
||||
]}
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
imageAlt: "Sizzling fajitas on cast iron skillet",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
imageAlt: "Fresh homemade tamales",
|
||||
},
|
||||
{
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
imageAlt: "Colorful enchiladas with sauce",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
imageAlt: "Traditional chiles rellenos",
|
||||
},
|
||||
]}
|
||||
@@ -267,28 +267,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Sunday - Thursday",
|
||||
description: "12:00 PM - 12:00 AM",
|
||||
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=1",
|
||||
imageAlt: "Restaurant location",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Friday - Saturday",
|
||||
description: "12:00 PM - 12:30 AM",
|
||||
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=1",
|
||||
imageAlt: "Restaurant interior",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "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=1",
|
||||
imageAlt: "Restaurant decor",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Contact",
|
||||
description: "+1 (407) 237-9490",
|
||||
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=1",
|
||||
imageAlt: "Phone contact",
|
||||
},
|
||||
]}
|
||||
@@ -325,7 +325,7 @@ export default function HomePage() {
|
||||
role: "Regular Guest",
|
||||
company: "Orlando Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=1",
|
||||
imageAlt: "Maria González",
|
||||
},
|
||||
{
|
||||
@@ -334,7 +334,7 @@ export default function HomePage() {
|
||||
role: "Family Owner",
|
||||
company: "Repeat Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg?_wi=1",
|
||||
imageAlt: "James Thompson",
|
||||
},
|
||||
{
|
||||
@@ -343,7 +343,7 @@ export default function HomePage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "Orlando Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=1",
|
||||
imageAlt: "Sofia Ramirez",
|
||||
},
|
||||
{
|
||||
@@ -352,7 +352,7 @@ export default function HomePage() {
|
||||
role: "Business Professional",
|
||||
company: "Downtown Orlando",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg?_wi=1",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user