Update src/app/page.tsx
This commit is contained in:
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
tag="Tratamentos Especializados"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
tag="Inovação em Implantodontia"
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
tag="Depoimentos"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
testimonials={[
|
||||
@@ -174,7 +174,6 @@ export default function HomePage() {
|
||||
tag="Informações"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user