From 08da9aac2161b38f36e75d577432fd3b5ad98413 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:58:26 +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 924acc6..cb9e1bf 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="smooth" + animationType="slide-up" carouselMode="buttons" /> -- 2.49.1 From 05c3b2d26b49e7b73998e98cb7f157575ecc32ed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:58:27 +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 909ac9d..c5b8854 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="smooth" + animationType="slide-up" 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="smooth" + animationType="slide-up" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From 4e4b9ef7b700bb9e9ee19f9a8eaa018bbf779f4c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:58:27 +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 4cbd451..732e4a5 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="smooth" + animationType="slide-up" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From de9368bdbf6b2524752cbb7b4c8790ec0f7a6bee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:58:28 +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 7c302aa..45cefa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="smooth" + animationType="slide-up" 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="smooth" + animationType="slide-up" carouselMode="buttons" /> @@ -138,7 +138,7 @@ export default function HomePage() { tagIcon={Star} textboxLayout="default" useInvertedBackground={true} - animationType="smooth" + animationType="slide-up" 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="smooth" + animationType="slide-up" faqsAnimation="opacity" faqs={[ { -- 2.49.1 From fd2e35fe1f427d6a972488fe9ab74a957cd93922 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:58:28 +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 35c659a..c17ae77 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="smooth" + animationType="slide-up" 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="smooth" + animationType="slide-up" carouselMode="buttons" /> -- 2.49.1