diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b0eb73..da30832 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { { value: "12+", title: "Años de Experiencia" } ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg" + imageSrc="http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=1" imageAlt="Taza de café artesanal" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -82,22 +82,22 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "cappuccino", name: "Cappuccino Premium", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg", imageAlt: "Cappuccino artesanal" + id: "cappuccino", name: "Cappuccino Premium", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=2", imageAlt: "Cappuccino artesanal" }, { - id: "medialunas", name: "Medialunas Caseras", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg", imageAlt: "Medialunas recién horneadas" + id: "medialunas", name: "Medialunas Caseras", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg?_wi=1", imageAlt: "Medialunas recién horneadas" }, { - id: "brunch", name: "Brunch Gourmet", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg", imageAlt: "Plato de brunch especial" + id: "brunch", name: "Brunch Gourmet", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg?_wi=1", imageAlt: "Plato de brunch especial" }, { id: "tea", name: "Té Premium", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-lemon-light-background-flower-color-morning-breakfast-ceremony-food-fruit-flavor_140725-156939.jpg", imageAlt: "Selección de tés especiales" }, { - id: "scone", name: "Scones Recién Horneados", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg", imageAlt: "Scones caseros" + id: "scone", name: "Scones Recién Horneados", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-cookie-eat-with-latte_140725-9055.jpg?_wi=2", imageAlt: "Scones caseros" }, { - id: "sandwich", name: "Sandwich Especial", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg", imageAlt: "Sandwich gourmet" + id: "sandwich", name: "Sandwich Especial", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/frame-salads_23-2148515442.jpg?_wi=2", imageAlt: "Sandwich gourmet" } ]} gridVariant="three-columns-all-equal-width"