From 7946ff1bdcb0472e9c1ae656727c0f00387cfc25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 01:58:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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." /> -- 2.49.1