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