From 0516c5cf4b5a49d02750957b70415e449eb787f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 04:33:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d65b114..7144240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { title: "Brunch Completo", description: "Disfruta de nuestra amplia variedad de platos para un brunch completo y satisfactorio.", icon: Croissant, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-dices-colorful-background_23-2148952395.jpg", imageAlt: "Full brunch spread on a table"}, + imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-dices-colorful-background_23-2148952395.jpg?_wi=1", imageAlt: "Full brunch spread on a table"}, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1756.jpg", imageAlt: "Full brunch spread on a table"}, ] @@ -181,7 +181,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "game-catan", name: "Catan", price: "Estrategia", variant: "2-4 jugadores", imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-dices-colorful-background_23-2148952395.jpg", imageAlt: "Catan board game"}, + id: "game-catan", name: "Catan", price: "Estrategia", variant: "2-4 jugadores", imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-dices-colorful-background_23-2148952395.jpg?_wi=2", imageAlt: "Catan board game"}, { id: "game-ticket-to-ride", name: "Ticket to Ride", price: "Aventura", variant: "2-5 jugadores", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282470.jpg", imageAlt: "Ticket to Ride board game"}, { -- 2.49.1