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 +} 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" } ] },