From ca3812df26a94d9c0e034864b8d7c524303f7c93 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:23:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccfb1ec..dc7dd26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-shrimp_23-2148875211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-shrimp_23-2148875211.jpg?_wi=1", imageAlt: "Ceviche premium fresco", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spicy-lemon-squid-with-galangal-chilies-carrots-peppermint-spring-onions-garlic-plate-white-wooden-floor_1150-20835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-lemon-squid-with-galangal-chilies-carrots-peppermint-spring-onions-garlic-plate-white-wooden-floor_1150-20835.jpg?_wi=1", imageAlt: "Ceviche de pulpo gourmet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spicy-salmon-salad_74190-5916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-salmon-salad_74190-5916.jpg?_wi=1", imageAlt: "Ceviche tradicional", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg?_wi=1", imageAlt: "Mix de mariscos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-fried-rice-dish_84443-85756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-fried-rice-dish_84443-85756.jpg?_wi=1", imageAlt: "Arroz con mariscos fresco", }, ]} @@ -134,7 +134,7 @@ export default function LandingPage() { price: "$12.00", rating: 5, reviewCount: "240", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-lemon-squid-with-galangal-chilies-carrots-peppermint-spring-onions-garlic-plate-white-wooden-floor_1150-20835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-lemon-squid-with-galangal-chilies-carrots-peppermint-spring-onions-garlic-plate-white-wooden-floor_1150-20835.jpg?_wi=2", }, { id: "2", @@ -143,7 +143,7 @@ export default function LandingPage() { price: "$10.00", rating: 5, reviewCount: "190", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-salmon-salad_74190-5916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spicy-salmon-salad_74190-5916.jpg?_wi=2", }, { id: "3", @@ -161,7 +161,7 @@ export default function LandingPage() { price: "$15.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-calamari-platter-served-with-sweet-chili-yogurt-sauces_140725-8895.jpg?_wi=2", }, { id: "5", @@ -179,7 +179,7 @@ export default function LandingPage() { price: "$13.00", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-fried-rice-dish_84443-85756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-shrimp-fried-rice-dish_84443-85756.jpg?_wi=2", }, ]} title="Nuestros imprescindibles" @@ -244,7 +244,7 @@ export default function LandingPage() { title="La espera vale la pena" description="En Chao Pescao todo se prepara al momento para garantizar frescura absoluta. La calidad toma tiempo, pero cada minuto valdrá la pena." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-shrimp_23-2148875211.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-brazilian-food-with-shrimp_23-2148875211.jpg?_wi=2" imageAlt="Preparación de ceviche fresco" mediaAnimation="blur-reveal" /> -- 2.49.1