From 5b5b4aebf82ce9f0635954c97d33497b39429a5a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:25:06 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30b2d9b..167070a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 04bb77d600b82503b4f0f61508a52452b4ee1451 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:25:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 51 ++---------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21783f5..6907098 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "Sobre", id: "about" }, { name: "Serviços", id: "services" }, - { name: "Horários", id: "hours" }, { name: "Avaliações", id: "testimonials" }, { name: "Agendamento", id: "contact" } ]} @@ -96,51 +95,6 @@ export default function LandingPage() { /> -
-
-
-
-

Horários de Atendimento

-

Confira nossos dias e horários de funcionamento

-
-
-
-
- Segunda-feira - 08:00–12:00
13:30–18:00
-
-
- Terça-feira - 08:00–12:00
13:30–18:00
-
-
- Quarta-feira - 08:00–12:00
13:30–18:00
-
-
- Quinta-feira - 08:00–12:00
13:30–18:00
-
-
-
-
- Sexta-feira - 08:00–12:00
13:30–17:00
-
-
- Sábado - Fechado -
-
- Domingo - Fechado -
-
-
-
-
-
-
@@ -191,7 +145,6 @@ export default function LandingPage() { title: "Navegação", items: [ { label: "Sobre", href: "#about" }, { label: "Serviços", href: "#services" }, - { label: "Horários", href: "#hours" }, { label: "Avaliações", href: "#testimonials" } ] }, -- 2.49.1