From 7fe23648fbece7f97c6d561c72dbec1391bf3107 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:59:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc8f1b1..dd43ad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function LandingPage() { id: "1", name: "Espresso Puro", price: "₡3,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-coffee-with-cookies_23-2148337217.jpg", imageAlt: "espresso coffee cup shot glass strong coffee" }, { - id: "2", name: "Cappuccino Cremoso", price: "₡4,500", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "cappuccino latte art milk coffee espresso drink" + id: "2", name: "Cappuccino Cremoso", price: "₡4,500", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=1", imageAlt: "cappuccino latte art milk coffee espresso drink" }, { id: "3", name: "Café V60 Filtrado", price: "₡5,000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-pouring-coffee-glass-black-background_181624-47216.jpg", imageAlt: "pour over coffee V60 filtered coffee brewing" }, { - id: "4", name: "Latte Artesanal", price: "₡4,800", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "latte latte art milk coffee cappuccino" + id: "4", name: "Latte Artesanal", price: "₡4,800", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=2", imageAlt: "latte latte art milk coffee cappuccino" }, { id: "5", name: "Cold Brew", price: "₡4,200", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "cold brew iced coffee cold drink summer coffee" @@ -134,16 +134,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Ambiente Perfecto", quote: "Muy buen café y ambiente tranquilo. Es mi lugar favorito para relajarme con amigos después del trabajo.", name: "María García", role: "Visitante Regular", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait happy face professional headshot smiling woman" + id: "1", title: "Ambiente Perfecto", quote: "Muy buen café y ambiente tranquilo. Es mi lugar favorito para relajarme con amigos después del trabajo.", name: "María García", role: "Visitante Regular", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "woman portrait happy face professional headshot smiling woman" }, { - id: "2", title: "Café Excepcional", quote: "La calidad del café aquí es incomparable. Se nota que cada taza está preparada con pasión y experticia.", name: "Carlos López", role: "Entusiasta de Café", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait happy face professional headshot smiling man" + id: "2", title: "Café Excepcional", quote: "La calidad del café aquí es incomparable. Se nota que cada taza está preparada con pasión y experticia.", name: "Carlos López", role: "Entusiasta de Café", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "man portrait happy face professional headshot smiling man" }, { - id: "3", title: "Espacio Acogedor", quote: "Recomendado para relajarse con amigos o trabajar. Los dueños son muy amables y atentos.", name: "Sofia Ramírez", role: "Profesional Independiente", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait happy face professional headshot confident woman" + id: "3", title: "Espacio Acogedor", quote: "Recomendado para relajarse con amigos o trabajar. Los dueños son muy amables y atentos.", name: "Sofia Ramírez", role: "Profesional Independiente", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "woman portrait happy face professional headshot confident woman" }, { - id: "4", title: "Una Experiencia Completa", quote: "No es solo café, es una experiencia. La combinación de bebida, ambiente y atención es perfecta.", name: "Diego Mora", role: "Visitante Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait happy face professional headshot confident man" + id: "4", title: "Una Experiencia Completa", quote: "No es solo café, es una experiencia. La combinación de bebida, ambiente y atención es perfecta.", name: "Diego Mora", role: "Visitante Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "man portrait happy face professional headshot confident man" }, ]} ariaLabel="Customer testimonials section" -- 2.49.1