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" /> 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={[ { 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={[ { 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={[ { 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" />