From 4bd834c18b2c9473c219787658edce1afcfcd712 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:51:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 974f2e8..89024bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { tagIcon={Star} imageSrc="http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg" imageAlt="Instituto Renova - Clínica de Implantodontia" - mediaAnimation="smooth" + mediaAnimation="slide-up" background={{ variant: "plain" }} testimonials={[ { @@ -98,7 +98,7 @@ export default function HomePage() { tag="Tratamentos Especializados" tagIcon={Sparkles} textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -120,7 +120,7 @@ export default function HomePage() { tag="Inovação em Implantodontia" tagIcon={Zap} textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={true} metrics={[ { @@ -146,7 +146,7 @@ export default function HomePage() { tag="Depoimentos" tagIcon={Heart} textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} speed={40} testimonials={[ @@ -173,7 +173,7 @@ export default function HomePage() { tag="Informações" tagIcon={HelpCircle} textboxLayout="default" - animationType="smooth" + animationType="slide-up" faqsAnimation="blur-reveal" useInvertedBackground={false} faqs={[ -- 2.49.1 From f45314cc18789470d03c4398ee2a90ad71aaa1b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:51:33 +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 b2b38ea..05ab396 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="smooth" + animationType="slide-up" 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="smooth" + animationType="slide-up" faqsAnimation="blur-reveal" useInvertedBackground={false} faqs={[ -- 2.49.1