From 16c9799c520be0e9bd304055672421d772c55dca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:34 +0000 Subject: [PATCH 1/5] Update src/app/arredo-bagno/page.tsx --- src/app/arredo-bagno/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/arredo-bagno/page.tsx b/src/app/arredo-bagno/page.tsx index cb9e1bf..924acc6 100644 --- a/src/app/arredo-bagno/page.tsx +++ b/src/app/arredo-bagno/page.tsx @@ -73,7 +73,7 @@ export default function ArredoBagnoPage() { gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" carouselMode="buttons" /> -- 2.49.1 From a5b43939a79ce9ca2a3722c03a9f2280ac7c9ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:35 +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 c5b8854..909ac9d 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -64,7 +64,7 @@ export default function ChiSiamoPage() { tagIcon={Star} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" testimonials={[ { id: "1", name: "Marco Rossi", handle: "Proprietario Casa", testimonial: "Professionalità e gentilezza straordinaria. Ho trovato tutto quello che cercavo per il bagno. Consigliatissimi!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marco Rossi"}, @@ -91,7 +91,7 @@ export default function ChiSiamoPage() { tagIcon={HelpCircle} textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From 9b2276c4f400dffbf3e83f36da1d8b11ec433c2c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:36 +0000 Subject: [PATCH 3/5] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 732e4a5..4cbd451 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -64,7 +64,7 @@ export default function ContattiPage() { tagIcon={HelpCircle} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From a4b3d7939d743f29c1be00bf18c3920fb76c823f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:36 +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 45cefa7..7c302aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" buttons={[ { text: "Visita il Negozio", href: "/contatti" }, ]} @@ -125,7 +125,7 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" carouselMode="buttons" /> @@ -138,7 +138,7 @@ export default function HomePage() { tagIcon={Star} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" testimonials={[ { id: "1", name: "Marco Rossi", handle: "Proprietario Casa", testimonial: "Professionalità e gentilezza straordinaria. Ho trovato tutto quello che cercavo per il bagno. Consigliatissimi!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marco Rossi"}, @@ -165,7 +165,7 @@ export default function HomePage() { tagIcon={HelpCircle} textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From 44771126327f90074525e6ab104514476987a943 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:55:37 +0000 Subject: [PATCH 5/5] Update src/app/termo-idraulica/page.tsx --- src/app/termo-idraulica/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/termo-idraulica/page.tsx b/src/app/termo-idraulica/page.tsx index c17ae77..35c659a 100644 --- a/src/app/termo-idraulica/page.tsx +++ b/src/app/termo-idraulica/page.tsx @@ -60,7 +60,7 @@ export default function TermoIdraulicaPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="smooth" buttons={[ { text: "Richiedi Supporto Tecnico", href: "/contatti" }, ]} @@ -84,7 +84,7 @@ export default function TermoIdraulicaPage() { gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" carouselMode="buttons" /> -- 2.49.1