From e116ad97cda6bbd85e880e0274c1222204395f4c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:52 +0000 Subject: [PATCH 1/5] Update src/app/arredo-bagno/page.tsx --- src/app/arredo-bagno/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/arredo-bagno/page.tsx b/src/app/arredo-bagno/page.tsx index ae745f7..cb9e1bf 100644 --- a/src/app/arredo-bagno/page.tsx +++ b/src/app/arredo-bagno/page.tsx @@ -52,7 +52,7 @@ export default function ArredoBagnoPage() { imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-system-sleek-design_9975-33157.jpg" imageAlt="Collezione arredo bagno Catini Danilo" mediaAnimation="opacity" - metricsAnimation="smooth" + metricsAnimation="opacity" /> @@ -93,7 +93,7 @@ export default function ArredoBagnoPage() { ctaButton={{ text: "Chiama 06 333 0385", href: "tel:06-333-0385" }} ctaIcon={Phone} useInvertedBackground={false} - animationType="instant" + animationType="opacity" /> From 371e0c46c4ed1fbf9570426be06633eee7606e1e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:53 +0000 Subject: [PATCH 2/5] Update src/app/chi-siamo/page.tsx --- src/app/chi-siamo/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index d3696a9..c5b8854 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -52,7 +52,7 @@ export default function ChiSiamoPage() { imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-system-sleek-design_9975-33157.jpg" imageAlt="Showroom Catini Danilo storia" mediaAnimation="opacity" - metricsAnimation="smooth" + metricsAnimation="opacity" /> @@ -92,7 +92,7 @@ export default function ChiSiamoPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - faqsAnimation="smooth" + faqsAnimation="opacity" faqs={[ { id: "1", title: "Come è nata Catini Danilo?", content: "Catini Danilo E C. Srl è stata fondata con l'obiettivo di fornire ai professionisti e ai privati di Roma Nord i migliori materiali per arredo bagno e forniture idrauliche, sempre supportati da consulenza esperta e un servizio di qualità superiore."}, From ffceb30134588645bebc6126304b3a2bac2825ae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:54 +0000 Subject: [PATCH 3/5] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 47c04c7..732e4a5 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -52,7 +52,7 @@ export default function ContattiPage() { ctaButton={{ text: "Chiama 06 333 0385", href: "tel:06-333-0385" }} ctaIcon={Phone} useInvertedBackground={false} - animationType="instant" + animationType="opacity" /> @@ -65,7 +65,7 @@ export default function ContattiPage() { textboxLayout="default" useInvertedBackground={true} animationType="slide-up" - faqsAnimation="smooth" + faqsAnimation="opacity" faqs={[ { id: "1", title: "Offrite servizi di consegna a domicilio?", content: "Sì, offriamo servizi di consegna rapida a Roma Nord. Contattaci per informazioni su tempi e costi di consegna specifici per il tuo indirizzo."}, From e014c42ee019162f4e448e315c49cf7c2cfb18be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:55 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bc8ce9..45cefa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { { text: "Chiama Ora 06 333 0385", href: "tel:06-333-0385" }, { text: "Richiedi un Preventivo", href: "/contatti" }, ]} - buttonAnimation="none" + buttonAnimation="opacity" background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg" imageAlt="Showroom bagno Catini Danilo Roma" @@ -73,7 +73,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-system-sleek-design_9975-33157.jpg" imageAlt="Interno del negozio Catini Danilo" mediaAnimation="opacity" - metricsAnimation="smooth" + metricsAnimation="opacity" /> @@ -166,7 +166,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - faqsAnimation="smooth" + faqsAnimation="opacity" faqs={[ { id: "1", title: "Quali sono gli orari di apertura del negozio?", content: "Il negozio è aperto dal lunedì al venerdì dalle 8:00 alle 18:00 e il sabato dalle 9:00 alle 13:00. Contattaci per orari speciali o appuntamenti fuori dagli orari indicati."}, @@ -199,7 +199,7 @@ export default function HomePage() { ctaButton={{ text: "Chiama 06 333 0385", href: "tel:06-333-0385" }} ctaIcon={Phone} useInvertedBackground={false} - animationType="slide-up" + animationType="opacity" /> From b3cc5b83994c92e4338c4e3d6ff634fc28ec8889 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:56 +0000 Subject: [PATCH 5/5] Update src/app/termo-idraulica/page.tsx --- src/app/termo-idraulica/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/termo-idraulica/page.tsx b/src/app/termo-idraulica/page.tsx index 2ffa32b..c17ae77 100644 --- a/src/app/termo-idraulica/page.tsx +++ b/src/app/termo-idraulica/page.tsx @@ -104,7 +104,7 @@ export default function TermoIdraulicaPage() { ctaButton={{ text: "Chiama 06 333 0385", href: "tel:06-333-0385" }} ctaIcon={Phone} useInvertedBackground={false} - animationType="instant" + animationType="opacity" />