diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9b51ae0..15fb6b4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { imageAlt: "Barra del restaurante", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=3", imageAlt: "restaurant interior elegant tables ready", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { description: "Momentos memorables con música en vivo y eventos.", bentoComponent: "reveal-icon", icon: Gift, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg?_wi=3", imageAlt: "restaurant interior elegant tables ready", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "Cada rincón de nuestro restaurante está pensado para ti.", bentoComponent: "reveal-icon", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg?_wi=3", imageAlt: "restaurant interior elegant tables ready", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 139cb91..2bd4b23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@foodloverSD", testimonial: "¡La mejor picaña que he probado! El ambiente es espectacular.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg?_wi=1", imageAlt: "Avatar cliente", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@marii_gastronoma", testimonial: "Un lugar ideal para compartir con amigos y familia. ¡Excelente servicio!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg?_wi=1", imageAlt: "Avatar cliente", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { }, ]} avatarText="Más de 365+ opiniones" - imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=1" imageAlt="Interior del Grilling Fusion Restaurant de noche" mediaAnimation="slide-up" marqueeItems={[ diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 56006a4..507e137 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { imageAlt: "Chef emplatando", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=2", imageAlt: "elegant restaurant table setting moody lighting", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { description: "Nuestro equipo está listo para cuidar cada detalle de tu visita.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-worker-holding-digital-tablet-factory_107420-96517.jpg?_wi=2", imageAlt: "elegant restaurant table setting moody lighting", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { description: "Observa a nuestros chefs en acción mientras preparan tus platos a la perfección.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-little-cookie-green-surface_140725-31229.jpg?_wi=2", imageAlt: "elegant restaurant table setting moody lighting", }, ]}