diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b8671d..21783f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,6 +30,7 @@ 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" } ]} @@ -95,6 +96,51 @@ 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 +
+
+
+
+
+
+
); -} \ No newline at end of file +}