From 8dff195d4c7052025551de07000fd8c809474447 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:52:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d052509..d372d94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Dr. Alexandre Nascimento - Oftalmologia", description: "Cuidado visual de excelência com tecnologia moderna e atendimento humanizado em Nova Mutum."}; + title: "Dr. Alexandre Nascimento - Oftalmologia", description: "Cuidado visual de excelência com tecnologia moderna e atendimento humanizado em Nova Mutum." +}; export default function RootLayout({ children, -- 2.49.1 From 122e9b553bf247271a253e4bed0025b359b1cdaa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:52:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 754574c..f70b00b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,10 +39,10 @@ export default function LandingPage() {