From a8d4bcab0db0c78634e3d2cb2fa3e4626c0a494c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:11:26 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 53 ++++++++++++--------------------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b3a6016..02be449 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Início", - "href": "#hero" + "name": "Início", "href": "#hero" }, { - "name": "Matrículas", - "href": "#contact" + "name": "Matrículas", "href": "#contact" }, { - "name": "Turmas", - "href": "#turmas" + "name": "Turmas", "href": "#turmas" }, { - "name": "Mural", - "href": "#mural" + "name": "Mural", "href": "#mural" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Team", - "href": "#team" + "name": "Team", "href": "#team" } ]; @@ -39,10 +33,9 @@ export default function Layout() {
@@ -53,42 +46,28 @@ export default function Layout() { brand="Escolinha de Basquete" columns={[ { - title: "Sistema", - items: [ + title: "Sistema", items: [ { - label: "Cronômetro", - href: "#", - }, + label: "Cronômetro", href: "#"}, { - label: "Placar", - href: "#", - }, + label: "Placar", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Autorizações", - href: "#", - }, + label: "Autorizações", href: "#"}, { - label: "Exame Médico", - href: "#", - }, + label: "Exame Médico", href: "#"}, ], }, ]} copyright="© 2026 Escolinha de Basquete. Prof. Diego & Francesco." links={[ { - label: "Privacidade", - href: "#", - }, + label: "Privacidade", href: "#"}, { - label: "Termos", - href: "#", - }, + label: "Termos", href: "#"}, ]} /> -- 2.49.1