From 4052ec195919583b7636c50d0028097b3d2e0af2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:09:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1f11a7..c7f7bc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,22 +62,22 @@ export default function LandingPage() { buttonAnimation="blur-reveal" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg", imageAlt: "Fotocamere professionali" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg?_wi=1", imageAlt: "Fotocamere professionali" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-old-items_23-2150082930.jpg", imageAlt: "Vendita attrezzature fotografiche" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-old-items_23-2150082930.jpg?_wi=1", imageAlt: "Vendita attrezzature fotografiche" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "Centro riparazioni specializzato" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=1", imageAlt: "Centro riparazioni specializzato" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "Consulenza tecnica personalizzata" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=1", imageAlt: "Consulenza tecnica personalizzata" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-creates-social-media-ad-while-filming-logistics-center_482257-130875.jpg", imageAlt: "Consegna a domicilio" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-creates-social-media-ad-while-filming-logistics-center_482257-130875.jpg?_wi=1", imageAlt: "Consegna a domicilio" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg", imageAlt: "Ampia selezione di obiettivi" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg?_wi=2", imageAlt: "Ampia selezione di obiettivi" } ]} autoPlay={true} @@ -113,10 +113,10 @@ export default function LandingPage() { title: "Vendita Nuovo e Usato", description: "Ampia selezione di fotocamere mirrorless, reflex, obiettivi e accessori. Tutti i prodotti garantiti e verificati da esperti.", icon: ShoppingCart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-old-items_23-2150082930.jpg", imageAlt: "Esposizione prodotti" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-old-items_23-2150082930.jpg?_wi=2", imageAlt: "Esposizione prodotti" }, { - imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg", imageAlt: "Selezione fotocamere" + imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg?_wi=3", imageAlt: "Selezione fotocamere" } ] }, @@ -124,10 +124,10 @@ export default function LandingPage() { title: "Riparazioni Specializzate", description: "Centro riparazioni autorizzato con tecnici esperti. Diagnostica precisa, ricambi originali e garanzia su tutti i lavori.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "Laboratorio tecnico" + imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=2", imageAlt: "Laboratorio tecnico" }, { - imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "Diagnostica tecnica" + imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=2", imageAlt: "Diagnostica tecnica" } ] }, @@ -135,10 +135,10 @@ export default function LandingPage() { title: "Consulenza Personalizzata", description: "Parla con Roberto e ricevi consigli esperti sulla scelta giusta per le tue esigenze. Pre-acquisto, upgrade o configurazione completa.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "Consulenza esperta" + imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=3", imageAlt: "Consulenza esperta" }, { - imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg", imageAlt: "Guida professionale" + imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg?_wi=4", imageAlt: "Guida professionale" } ] }, @@ -146,10 +146,10 @@ export default function LandingPage() { title: "Consegna a Domicilio", description: "Ritiro in negozio, consegna veloce e spedizione in tutta la Sardegna. Imballaggio professionale per garantire sicurezza.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-creates-social-media-ad-while-filming-logistics-center_482257-130875.jpg", imageAlt: "Servizio consegna" + imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-creates-social-media-ad-while-filming-logistics-center_482257-130875.jpg?_wi=2", imageAlt: "Servizio consegna" }, { - imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg", imageAlt: "Sicurezza imballaggio" + imageSrc: "http://img.b2bpic.net/free-photo/extreme-closeup-professional-camera-slider-shot-black-white_181624-785.jpg?_wi=5", imageAlt: "Sicurezza imballaggio" } ] } @@ -169,16 +169,16 @@ export default function LandingPage() {