Update src/app/page.tsx
This commit is contained in:
@@ -83,16 +83,16 @@ export default function LandingPage() {
|
||||
tag="Especialidades"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Picada de Salame de Sarmiento y Quesos", price: "$8.500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slices-cheese-grapes-pomegranate-oval-serving-board-dark-background_140725-110807.jpg", imageAlt: "Picada de Salame de Sarmiento y Quesos"
|
||||
id: "1", name: "Picada de Salame de Sarmiento y Quesos", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slices-cheese-grapes-pomegranate-oval-serving-board-dark-background_140725-110807.jpg", imageAlt: "Picada de Salame de Sarmiento y Quesos"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Cervezas Don Afif Artesanal", price: "$1.200", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-beer-mugs-wheat_23-2148726896.jpg", imageAlt: "Cerveza artesanal en pinta"
|
||||
id: "2", name: "Cervezas Don Afif Artesanal", price: "", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-beer-mugs-wheat_23-2148726896.jpg", imageAlt: "Cerveza artesanal en pinta"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Gin La Terca - Trago Premium", price: "$2.800", imageSrc: "http://img.b2bpic.net/free-photo/gin-tonic-cocktail-drink-into-glass_123827-21897.jpg", imageAlt: "Gin La Terca en copa"
|
||||
id: "3", name: "Gin La Terca - Trago Premium", price: "", imageSrc: "http://img.b2bpic.net/free-photo/gin-tonic-cocktail-drink-into-glass_123827-21897.jpg", imageAlt: "Gin La Terca en copa"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Papas Fritas con Cheddar y Panceta", price: "$2.200", imageSrc: "http://img.b2bpic.net/free-photo/yummy-fast-food-meal-with-bokeh_23-2148374919.jpg", imageAlt: "Papas fritas con cheddar y panceta"
|
||||
id: "4", name: "Papas Fritas con Cheddar y Panceta", price: "", imageSrc: "http://img.b2bpic.net/free-photo/yummy-fast-food-meal-with-bokeh_23-2148374919.jpg", imageAlt: "Papas fritas con cheddar y panceta"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -117,19 +117,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Mariana González", role: "Visitante Frecuente", company: "Santa Fe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Mariana González"
|
||||
imageAlt: "Mariana González"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Carlos Rodríguez", role: "Empresario", company: "Grupo Comercial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageAlt: "Carlos Rodríguez"
|
||||
imageAlt: "Carlos Rodríguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lucía Fernández", role: "Estudiante", company: "UNRAF", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Lucía Fernández"
|
||||
imageAlt: "Lucía Fernández"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Juan López", role: "Chef", company: "Industria Gastronómica", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-happy-charming-tender-cute-young-20s-brunette-olive-t-shirt-smiling-shy-energized-feeling-optimistic-gazing-trustworthy-white-wall_176420-22776.jpg", imageAlt: "Juan López"
|
||||
imageAlt: "Juan López"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user