diff --git a/src/app/page.tsx b/src/app/page.tsx index 6253ab8..6b627cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { tag="SANTIAGO • VITACURA" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1", imageAlt: "Restaurante interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1", imageAlt: "Plato gourmet", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { title: "Producto fresco", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -120,13 +120,13 @@ export default function LandingPage() { { title: "Carpaccio de Res", description: "$13.500 - Con notas de trufa blanca.", - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2", imageAlt: "Dining table with chairs and tableware", }, { title: "Burrata di Bufala", description: "$12.900 - Cremosa y auténtica.", - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=2", imageAlt: "Dining table with chairs and tableware", }, ]} @@ -150,19 +150,19 @@ export default function LandingPage() { { title: "Risotto de Setas", description: "$16.500 - Setas silvestres seleccionadas.", - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=3", imageAlt: "Sauteed and roasted lamb bone served in teriyaki sauce", }, { title: "Salmón en Costra", description: "$17.200 - Con frutos secos crocantes.", - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=3", imageAlt: "Sauteed and roasted lamb bone served in teriyaki sauce", }, { title: "Pasta Artesanal", description: "$14.200 - Con pesto tradicional.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6645.jpg?_wi=2", imageAlt: "Sauteed and roasted lamb bone served in teriyaki sauce", }, ]} @@ -186,13 +186,13 @@ export default function LandingPage() { { title: "Negroni Ahumado", description: "$9.200 - Notas intensas y profundas.", - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=4", imageAlt: "Lamb bone covered with dough and finely cooked.", }, { title: "Gin Tonic", description: "$8.900 - De la casa con botanicals.", - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=4", imageAlt: "Lamb bone covered with dough and finely cooked.", }, ]}