From ba103f0c35a38edc10e537431eb91705dc2d3719 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:01:36 +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..8923806 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="opacity" carouselMode="buttons" /> -- 2.49.1 From 317c28d8d9b366eba00b82b96b523eb4801562e9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:01:37 +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..5f2d4c5 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="opacity" 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 516b58baeee9cdc4243971a4c9448afc761f2618 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:01:37 +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 c7520a6cb13ff3a36f20869858f0a495b55e6f10 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:01:38 +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..794ae65 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="opacity" 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="opacity" carouselMode="buttons" /> @@ -138,7 +138,7 @@ export default function HomePage() { tagIcon={Star} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="opacity" 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 7e7513a5e139a86fc58df7cf1ec60f9cc72920b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:01:38 +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..cb63f4c 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="opacity" 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="opacity" carouselMode="buttons" /> -- 2.49.1