Update src/app/page.tsx
This commit is contained in:
@@ -165,9 +165,9 @@ export default function LandingPage() {
|
|||||||
title: "Cócteles", description: "Refrescantes y sofisticados, perfectos para cualquier momento del día.", icon: Star,
|
title: "Cócteles", description: "Refrescantes y sofisticados, perfectos para cualquier momento del día.", icon: Star,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg", imageAlt: "Classic Mojito cocktail"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg?_wi=1", imageAlt: "Classic Mojito cocktail"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg", imageAlt: "Colorful tropical cocktail"},
|
imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg?_wi=1", imageAlt: "Colorful tropical cocktail"},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -185,10 +185,10 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "gallery-coffee-1", brand: "Café", name: "Latte Art", price: "", rating: 5,
|
id: "gallery-coffee-1", brand: "Café", name: "Latte Art", price: "", rating: 5,
|
||||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg", imageAlt: "Artistic latte art in a cup"},
|
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-redhead-woman-sitting-cafe_171337-15626.jpg?_wi=2", imageAlt: "Artistic latte art in a cup"},
|
||||||
{
|
{
|
||||||
id: "gallery-dish-1", brand: "Plato", name: "Salmón Grillado", price: "", rating: 5,
|
id: "gallery-dish-1", brand: "Plato", name: "Salmón Grillado", price: "", rating: 5,
|
||||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg", imageAlt: "Exquisite grilled salmon dish"},
|
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/hand-plate-with-fish-cooked-fish-juicy-fish-plate-delicacy-seafood-lovers_639032-339.jpg?_wi=2", imageAlt: "Exquisite grilled salmon dish"},
|
||||||
{
|
{
|
||||||
id: "gallery-cocktail-1", brand: "Cóctel", name: "Mojito Clásico", price: "", rating: 5,
|
id: "gallery-cocktail-1", brand: "Cóctel", name: "Mojito Clásico", price: "", rating: 5,
|
||||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-female-drinking-cocktail-beach_23-2148165041.jpg", imageAlt: "Classic Mojito cocktail with mint and lime"},
|
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/young-female-drinking-cocktail-beach_23-2148165041.jpg", imageAlt: "Classic Mojito cocktail with mint and lime"},
|
||||||
|
|||||||
Reference in New Issue
Block a user