diff --git a/src/app/page.tsx b/src/app/page.tsx index 95cbef0..6361813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { @@ -153,7 +153,7 @@ export default function LandingPage() { }, { id: "2", value: "200+", description: "Avaliações positivas de pacientes em todo o estado de Mato Grosso" - }, + } ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -168,8 +168,8 @@ export default function LandingPage() { title: "Navegação", items: [ { label: "Sobre", href: "#about" }, { label: "Especialidades", href: "#specialties" }, - { label: "Avaliações", href: "#testimonials" }, - ], + { label: "Avaliações", href: "#testimonials" } + ] }, { title: "Contato", items: [ @@ -177,15 +177,15 @@ export default function LandingPage() { { label: "📍 Av. das Águias, 668 W - Parque dos Ingás - Nova Mutum, MT", href: "https://maps.google.com/?q=Av+das+Águias+668+W+Parque+dos+Ingás+Nova+Mutum+MT" }, - { label: "💬 WhatsApp", href: "https://wa.me/5565999190657" }, - ], + { label: "💬 WhatsApp", href: "https://wa.me/5565999190657" } + ] }, { title: "Horários", items: [ { label: "Seg-Qui: 8h - 11h30 | 13h30 - 18h", href: "#" }, - { label: "Sexta: 8h - 11h30 | 13h30 - 17h", href: "#" }, - ], - }, + { label: "Sexta: 8h - 11h30 | 13h30 - 17h", href: "#" } + ] + } ]} copyrightText="© 2025 Dr. Alexandre Nascimento - Oftalmologia. Todos os direitos reservados." />