diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9281723..f478586 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,78 +7,55 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Loja", "href": "#shop" - }, - { - "name": "Homem", "href": "#men" - }, - { - "name": "Mulher", "href": "#women" - }, - { - "name": "Marcas", "href": "#brands" - }, - { - "name": "Garage", "href": "#garage" - }, - { - "name": "Hero", "href": "#hero" - }, - { - "name": "Trust", "href": "#trust" - } -]; + { "name": "Loja", "href": "#shop" }, + { "name": "Homem", "href": "#men" }, + { "name": "Mulher", "href": "#women" }, + { "name": "Marcas", "href": "#brands" }, + { "name": "Garage", "href": "#garage" }, + { "name": "Hero", "href": "#hero" }, + { "name": "Trust", "href": "#trust" } + ]; return ( + logo="Backdoor" + ctaButton={{ text: "Promoções", href: "#sale" }} + navItems={navItems} + />
+ title: "Apoio", items: [ + { label: "Contacto", href: "#" }, + { label: "WhatsApp", 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" + />
);