Merge version_2 into main #4
@@ -86,19 +86,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Entre Amigos", name: "Matambre a la pizza con papas", price: "$450", rating: 5,
|
||||
id: "1", brand: "Entre Amigos", name: "Matambre a la pizza con papas", price: "", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/black-bread-with-gelatin-side-fries_140725-1706.jpg?_wi=2", imageAlt: "Matambre a la pizza"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Entre Amigos", name: "Milanesas con papas", price: "$420", rating: 5,
|
||||
id: "2", brand: "Entre Amigos", name: "Milanesas con papas", price: "", rating: 5,
|
||||
reviewCount: "215+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-menu-assortment_23-2148868211.jpg?_wi=2", imageAlt: "Milanesas con papas"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Entre Amigos", name: "Pizzas caseras", price: "$380", rating: 5,
|
||||
id: "3", brand: "Entre Amigos", name: "Pizzas caseras", price: "", rating: 5,
|
||||
reviewCount: "192+", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg?_wi=2", imageAlt: "Pizza casera"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Entre Amigos", name: "Pastas con salsa casera", price: "$390", rating: 5,
|
||||
id: "4", brand: "Entre Amigos", name: "Pastas con salsa casera", price: "", rating: 5,
|
||||
reviewCount: "167+", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-bolognese-sauce-wooden-table_123827-22963.jpg?_wi=2", imageAlt: "Pastas caseras"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user