From 2708f185b4d9729443b898825016abcb55f64c50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:32:36 +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 1e218ce..115dcd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Explorar Carta", href: "#carta"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg?_wi=1" imageAlt="luxury specialty coffee beans macro" /> @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", title: "Excepcional", quote: "El mejor café que he probado en años, aroma intenso y sabor puro.", name: "Lucía P.", role: "Cliente habitual", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg", imageAlt: "luxury specialty coffee beans macro"}, + id: "t1", title: "Excepcional", quote: "El mejor café que he probado en años, aroma intenso y sabor puro.", name: "Lucía P.", role: "Cliente habitual", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-spoon_23-2148173323.jpg?_wi=2", imageAlt: "luxury specialty coffee beans macro"}, { id: "t2", title: "Sabor auténtico", quote: "Notas colombianas inconfundibles, se nota la calidad artesanal.", name: "Carlos M.", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/one-farmer-working-tranquil-autumn-meadow-generated-by-ai_188544-33340.jpg", imageAlt: "colombian coffee farmer portrait"}, { -- 2.49.1