From 5ff7d850140806c393ef8986ea87ca894f82f9fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:35:12 +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 6da6338..cb40ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { title: "Schermo ad Alta Luminosità", description: "Immagini cristalline e colori vivaci che prendono vita sul grande schermo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4884.jpg", imageAlt: "Schermo cinema luminoso"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-popcorn-package-d-sunglasses-white-surface_140725-70255.jpg", imageAlt: "Dettaglio proiezione su schermo"} + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-popcorn-package-d-sunglasses-white-surface_140725-70255.jpg?_wi=1", imageAlt: "Dettaglio proiezione su schermo"} }, ]} showStepNumbers={false} @@ -160,7 +160,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Giulia Rossi", handle: "@CinemaFanatic", testimonial: "Esperienza fantastica! Poltrone comodissime e audio pazzesco.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-popcorn-package-d-sunglasses-white-surface_140725-70255.jpg"}, + id: "1", name: "Giulia Rossi", handle: "@CinemaFanatic", testimonial: "Esperienza fantastica! Poltrone comodissime e audio pazzesco.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-popcorn-package-d-sunglasses-white-surface_140725-70255.jpg?_wi=2"}, { id: "2", name: "Marco Bianchi", handle: "@FilmReviewer", testimonial: "Lo schermo è incredibile, i colori sono vivi come mai prima d'ora. Top!", imageSrc: "http://img.b2bpic.net/free-photo/cinema-still-life_23-2148017312.jpg"}, { -- 2.49.1