From 60d4469f5d8ab0082efbb47c0ec0a7f0cf782924 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:44:31 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 916fc8c..d484427 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=3" imageAlt="Professional team ready to help" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 8a19df58138f8d2beb2601c7d4a51d6199d3215b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:44:32 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0591969..9aeb6db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function HomePage() { { text: "Scopri i Servizi / Explore Services", href: "#services" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg" + imageSrc="http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg?_wi=1" imageAlt="Heating and plumbing installation" mediaAnimation="opacity" imagePosition="right" @@ -129,28 +129,28 @@ export default function HomePage() { id: 1, title: "Impianti di Riscaldamento / Heating Systems", description: "Installazione, manutenzione e riparazione di caldaie a gas, pompe di calore e sistemi di riscaldamento moderni. / Installation, maintenance, and repair of gas boilers, heat pumps, and modern heating systems.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=1", imageAlt: "Modern heating system installation", }, { id: 2, title: "Impianti Idraulici / Plumbing Systems", description: "Progettazione e realizzazione di impianti idraulici residenziali e commerciali con materiali di qualità superiore. / Design and installation of residential and commercial plumbing systems with superior quality materials.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg?_wi=2", imageAlt: "Professional plumbing installation", }, { id: 3, title: "Manutenzione e Riparazioni / Maintenance & Repairs", description: "Servizi di manutenzione preventiva e interventi di riparazione rapidi con disponibilità 24/7. / Preventive maintenance and rapid repair services with 24/7 availability.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg?_wi=1", imageAlt: "Maintenance and repair services", }, { id: 4, title: "Consulenza Tecnica / Technical Consultation", description: "Valutazione professionale delle vostre esigenze e progettazione di soluzioni personalizzate. / Professional assessment of your needs and design of customized solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=2", imageAlt: "Technical consultation", }, ]} @@ -177,14 +177,14 @@ export default function HomePage() { id: 2, title: "Progettazione e Preventivo / Design & Quotation", description: "Sviluppiamo un progetto dettagliato con preventivo trasparente e senza sorprese. / We develop a detailed plan with transparent quotation and no surprises.", - imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg?_wi=1", imageAlt: "Design and planning", }, { id: 3, title: "Installazione Professionale / Professional Installation", description: "Realizzazione dell'impianto con materiali certificati e massima attenzione ai dettagli. / System installation with certified materials and meticulous attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-orange-work-clothes-using-hammer-with-stand-different-tools-near-workshop_574295-1632.jpg?_wi=2", imageAlt: "Professional installation", }, { @@ -259,7 +259,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=1" imageAlt="Professional team ready to help" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From fd6350089b9b4ac5c678623efc1204cf278e4d0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:44:32 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ed80518..907749b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -84,28 +84,28 @@ export default function ServicesPage() { id: 1, title: "Impianti di Riscaldamento / Heating Systems", description: "Installazione, manutenzione e riparazione di caldaie a gas, pompe di calore e sistemi di riscaldamento moderni. / Installation, maintenance, and repair of gas boilers, heat pumps, and modern heating systems.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=3", imageAlt: "Modern heating system installation", }, { id: 2, title: "Impianti Idraulici / Plumbing Systems", description: "Progettazione e realizzazione di impianti idraulici residenziali e commerciali con materiali di qualità superiore. / Design and installation of residential and commercial plumbing systems with superior quality materials.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg?_wi=3", imageAlt: "Professional plumbing installation", }, { id: 3, title: "Manutenzione e Riparazioni / Maintenance & Repairs", description: "Servizi di manutenzione preventiva e interventi di riparazione rapidi con disponibilità 24/7. / Preventive maintenance and rapid repair services with 24/7 availability.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-car-mechanic-with-wrench-auto-repair-garage_146671-19611.jpg?_wi=2", imageAlt: "Maintenance and repair services", }, { id: 4, title: "Consulenza Tecnica / Technical Consultation", description: "Valutazione professionale delle vostre esigenze e progettazione di soluzioni personalizzate. / Professional assessment of your needs and design of customized solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=4", imageAlt: "Technical consultation", }, ]} @@ -156,7 +156,7 @@ export default function ServicesPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2" imageAlt="Professional consultation" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1