From a4bd78a8a5758f7430ec0ad153080c0f868574c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:56:52 +0000 Subject: [PATCH 1/2] 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 f98b401..b7836cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function HomePage() { tag="Tratamentos Especializados" tagIcon={Sparkles} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} features={[ { @@ -120,7 +120,7 @@ export default function HomePage() { tag="Inovação em Implantodontia" tagIcon={Zap} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={true} metrics={[ { @@ -146,7 +146,7 @@ export default function HomePage() { tag="Depoimentos" tagIcon={Heart} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} speed={40} testimonials={[ @@ -173,7 +173,7 @@ export default function HomePage() { tag="Informações" tagIcon={HelpCircle} textboxLayout="default" - animationType="slide-up" + animationType="smooth" faqsAnimation="blur-reveal" useInvertedBackground={false} faqs={[ -- 2.49.1 From b61a458a213701b4566ed42396f5b4d81c964663 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:56:53 +0000 Subject: [PATCH 2/2] Update src/app/sobre/page.tsx --- src/app/sobre/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index 05ab396..b2b38ea 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -61,7 +61,7 @@ export default function AboutPage() { tag="Equipe Especializada" tagIcon={Users} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={true} gridVariant="three-columns-all-equal-width" members={[ @@ -91,7 +91,7 @@ export default function AboutPage() { tag="Informações" tagIcon={HelpCircle} textboxLayout="default" - animationType="slide-up" + animationType="smooth" faqsAnimation="blur-reveal" useInvertedBackground={false} faqs={[ -- 2.49.1