diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 40fb95d..9281723 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Loja", - "href": "#shop" + "name": "Loja", "href": "#shop" }, { - "name": "Homem", - "href": "#men" + "name": "Homem", "href": "#men" }, { - "name": "Mulher", - "href": "#women" + "name": "Mulher", "href": "#women" }, { - "name": "Marcas", - "href": "#brands" + "name": "Marcas", "href": "#brands" }, { - "name": "Garage", - "href": "#garage" + "name": "Garage", "href": "#garage" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Trust", - "href": "#trust" + "name": "Trust", "href": "#trust" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,42 +48,36 @@ export default function Layout() { brand="Backdoor Shop & Garage" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Homem", - href: "#men", - }, + label: "Homem", href: "#men"}, { - label: "Mulher", - href: "#women", - }, + label: "Mulher", href: "#women"}, { - label: "Garage", - href: "#garage", - }, + label: "Garage", href: "#garage"}, ], }, { - title: "Apoio", - items: [ + title: "Apoio", items: [ { - label: "Contacto", - href: "#", - }, + label: "Contacto", href: "#"}, { - label: "WhatsApp", - href: "#", - }, + label: "WhatsApp", href: "#"}, { - label: "Privacidade", - href: "#", - }, + label: "Privacidade", href: "#"}, ], }, + ], + links={[ + { + label: "Contacto", href: "#"}, + { + label: "WhatsApp", href: "#"}, + { + label: "Privacidade", href: "#"}, ]} copyright="© 2026 Backdoor Espinho — Todos os direitos reservados" - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-african-man-riding-motorbike_171337-10260.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-african-man-riding-motorbike_171337-10260.jpg" />