Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=1"
|
||||
imageAlt="Platillo yucateco tradicional"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
price: "$180",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
price: "$110",
|
||||
rating: 4,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
price: "$40",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
price: "$130",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
price: "$100",
|
||||
rating: 4,
|
||||
reviewCount: "110+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Platillos Destacados"
|
||||
|
||||
Reference in New Issue
Block a user