From dff970e241b8be97cbfd5cadf8dce911da4019e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:24:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c7d0f..25ddd09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/black-cake-with-gold-leaves-black-topper_188544-19731.jpg", imageAlt: "Cake Celebration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-with-flowers-flat-lay_23-2148890814.jpg", imageAlt: "Cake Luxury" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-with-flowers-flat-lay_23-2148890814.jpg?_wi=1", imageAlt: "Cake Luxury" } ]} mediaAnimation="slide-up" rating={5} @@ -82,22 +82,22 @@ export default function LandingPage() { { title: "Ingredientes Premium", description: "Seleccionamos solo lo mejor para sabores inigualables.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-ingredients-top-view_23-2148718980.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-ingredients-top-view_23-2148718980.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-ingredients-top-view_23-2148718980.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-ingredients-top-view_23-2148718980.jpg?_wi=2" } ] }, { title: "Diseño Personalizado", description: "Tu visión se convierte en una obra de arte comestible.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-strawberry-cakes-with-jam-chocolate-bars-white-surface_140725-90582.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-strawberry-cakes-with-jam-chocolate-bars-white-surface_140725-90582.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-strawberry-cakes-with-jam-chocolate-bars-white-surface_140725-90582.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-strawberry-cakes-with-jam-chocolate-bars-white-surface_140725-90582.jpg?_wi=2" } ] }, { title: "Cumplimiento Total", description: "Entregas puntuales para tu tranquilidad absoluta.", icon: Clock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-happy-courier-wearing-headset-while-delivering-food-from-restaurant_637285-6602.jpg?_wi=2" } ] } ]} @@ -114,7 +114,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Torta Ceremonial", price: "Desde $150.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604552.jpg" }, - { id: "2", name: "Cake de Bodas", price: "Desde $450.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-with-flowers-flat-lay_23-2148890814.jpg" }, + { id: "2", name: "Cake de Bodas", price: "Desde $450.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-with-flowers-flat-lay_23-2148890814.jpg?_wi=2" }, { id: "3", name: "Selección Corporativa", price: "Desde $200.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-freshly-baked-delicious-creamy-cupcakes-with-cherries-trays_181624-28744.jpg" }, { id: "4", name: "Postres Individuales", price: "Desde $15.000", imageSrc: "http://img.b2bpic.net/free-photo/bird-milk-cake-table_140725-4464.jpg" }, { id: "5", name: "Caja de Macarons", price: "Desde $80.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-french-macarons-delicious-baked-inside-basket-dark-table-cake-biscuit-cookie-sugar_140725-27849.jpg" },