From f8c54c9cb46896718dc738e77c56e819c6711486 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:35:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ed56d..c08b8bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Cómo llegar", href: "https://maps.google.com"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg?_wi=1" imageAlt="Salón de juegos Dreamland" avatars={[ { @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Tu destino favorito de entretenimiento" description="En Dreamland, ofrecemos un ambiente seguro y divertido para toda la familia. Con máquinas de última generación, áreas limpias y espacio amplio, garantizamos risas y momentos inolvidables. ¡Ven y recarga tu tarjeta para empezar la aventura!" - imageSrc="http://img.b2bpic.net/free-photo/playful-daughter-enjoying-with-her-parents_23-2147862361.jpg" + imageSrc="http://img.b2bpic.net/free-photo/playful-daughter-enjoying-with-her-parents_23-2147862361.jpg?_wi=1" imageAlt="Interior de Dreamland" /> @@ -89,16 +89,16 @@ export default function LandingPage() { features={[ { title: "Videojuegos", description: "Gran variedad de máquinas de videojuegos clásicos y modernos.", buttonIcon: Gamepad2, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg", imageAlt: "salón recreativo colorido"}, + imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg?_wi=2", imageAlt: "salón recreativo colorido"}, { title: "Juegos de azar", description: "Gana premios increíbles en nuestras máquinas de habilidad.", buttonIcon: Trophy, - imageSrc: "http://img.b2bpic.net/free-photo/playful-daughter-enjoying-with-her-parents_23-2147862361.jpg", imageAlt: "niños jugando videojuegos"}, + imageSrc: "http://img.b2bpic.net/free-photo/playful-daughter-enjoying-with-her-parents_23-2147862361.jpg?_wi=2", imageAlt: "niños jugando videojuegos"}, { title: "Área de niños", description: "Juegos seguros y divertidos especialmente para los más pequeños.", buttonIcon: Baby, - imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098354.jpg", imageAlt: "retrato cliente feliz"}, + imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098354.jpg?_wi=1", imageAlt: "retrato cliente feliz"}, { title: "Láser Tag", description: "Vive la emoción en nuestras arenas de combate láser.", buttonIcon: Target, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin-blue-color-white-spots_1153-5857.jpg", imageAlt: "madre joven sonriendo"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin-blue-color-white-spots_1153-5857.jpg?_wi=1", imageAlt: "madre joven sonriendo"}, ]} title="Todo lo que buscas en un solo lugar" description="Disfruta de una variedad increíble de juegos diseñados para todas las edades." @@ -112,9 +112,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Patricia Molina", role: "Cliente", testimonial: "Muy bonito, hay juegos para todas las edades... los baños muy limpios y estacionamiento amplio.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098354.jpg"}, + id: "1", name: "Patricia Molina", role: "Cliente", testimonial: "Muy bonito, hay juegos para todas las edades... los baños muy limpios y estacionamiento amplio.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-together-outdoors_23-2148098354.jpg?_wi=2"}, { - id: "2", name: "Carlos", role: "Cliente", testimonial: "Muy buen lugar, recargas tu tarjeta y disfrutas de diferentes juegos fácilmente.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin-blue-color-white-spots_1153-5857.jpg"}, + id: "2", name: "Carlos", role: "Cliente", testimonial: "Muy buen lugar, recargas tu tarjeta y disfrutas de diferentes juegos fácilmente.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-holding-ornate-pumpkin-blue-color-white-spots_1153-5857.jpg?_wi=2"}, { id: "3", name: "Rivas", role: "Cliente", testimonial: "Buena variedad de videojuegos, los niños se divierten mucho con las ruedas y el láser tag.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-hispanic-male-blue-shirt-posing-against-white-wall_181624-44847.jpg"}, { @@ -136,7 +136,7 @@ export default function LandingPage() { title="Visítanos o llámanos" description="Estamos ubicados en Blvr. Sta. Elena 8, Santa Tecla. ¡Llámanos al 2510 3700 y ven a divertirte!" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-playing-arcade-game_23-2148253112.jpg?_wi=3" /> -- 2.49.1