From 596632f37d43882d5fe54e9a6892d995f3ed1c35 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:54:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b04111e..69f4e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "bathroom renovation modern interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", imageAlt: "heating system boiler installation professional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "heating system boiler installation professional" }, { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg", imageAlt: "plumbing pipes professional installation" } ]} autoplayDelay={4000} @@ -68,7 +68,7 @@ export default function LandingPage() { }, { id: 2, - tag: "Riscaldamento", title: "Impianti di Riscaldamento", subtitle: "Comfort e efficienza energetica", description: "Sistemi di riscaldamento efficienti e sostenibili. Installiamo e manuteniamo caldaie, radiatori e sistemi di termoregolazione.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "boiler heating maintenance system", buttons: [{ text: "Richiedi Intervento", href: "#contact" }] + tag: "Riscaldamento", title: "Impianti di Riscaldamento", subtitle: "Comfort e efficienza energetica", description: "Sistemi di riscaldamento efficienti e sostenibili. Installiamo e manuteniamo caldaie, radiatori e sistemi di termoregolazione.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "boiler heating maintenance system", buttons: [{ text: "Richiedi Intervento", href: "#contact" }] }, { id: 3, @@ -93,6 +93,7 @@ export default function LandingPage() { imageAlt="professional team plumbing workshop" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1