From 2cf56a42e6b9e0c4b43d791ea320ce104652ac1a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:48:30 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ee4ccb..19aac56 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,7 +56,7 @@ export default function AboutPage() { } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458027.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458027.jpg?_wi=2" imageAlt="Interior acogedor del local de Tejeringos" useInvertedBackground={false} /> @@ -74,25 +74,25 @@ export default function AboutPage() { id: 1, title: "Tejeringos Clásicos", description: "Los auténticos tejeringos de toda la vida, crujientes por fuera y tiernos por dentro, perfectos para acompañar con chocolate caliente.", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-bread-with-knife_23-2147860572.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-bread-with-knife_23-2147860572.jpg?_wi=2" }, { id: 2, title: "Tejeringos con Chocolate", description: "Nuestros tejeringos rellenos de chocolate derretido, para los amantes del sabor intenso y la indulgencia.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769259.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769259.jpg?_wi=2" }, { id: 3, title: "Churros Tradicionales", description: "Churros esponjosos y alargados, ideales para acompañar con café o chocolate caliente en cualquier hora del día.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-spoon-with-delicious-fried-churros_23-2148379618.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/hand-spoon-with-delicious-fried-churros_23-2148379618.jpg?_wi=2" }, { id: 4, title: "Bebidas Artesanales", description: "Chocolate caliente casero, café recién hecho y zumos naturales que complementan perfectamente nuestros productos.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg?_wi=2" } ]} animationType="blur-reveal" @@ -140,7 +140,7 @@ export default function AboutPage() {