diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6d258b8..077d9b5 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": "Início", - "href": "#hero" + "name": "Início", "href": "#hero" }, { - "name": "Sobre", - "href": "#about" + "name": "Sobre", "href": "#about" }, { - "name": "Serviços", - "href": "#services" + "name": "Serviços", "href": "#services" }, { - "name": "Preços", - "href": "#pricing" + "name": "Preços", "href": "#pricing" }, { - "name": "Contacto", - "href": "#contact" + "name": "Contacto", "href": "#contact" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,33 +48,24 @@ export default function Layout() { brand="Heloisa Nails Salon" columns={[ { - title: "Serviços", - items: [ + title: "Serviços", items: [ { - label: "Unhas de Gel", - href: "#services", - }, + label: "Unhas de Gel", href: "#services"}, { - label: "Manicure", - href: "#services", - }, + label: "Manicure", href: "#services"}, ], }, { - title: "Informações", - items: [ + title: "Informações", items: [ { - label: "Localização", - href: "https://maps.app.goo.gl/b1WoPPmPk8GqNVJF7", - }, + label: "Localização", href: "https://maps.app.goo.gl/b1WoPPmPk8GqNVJF7"}, { - label: "Facebook", - href: "https://www.facebook.com/HeloisaNails/", - }, + label: "Facebook", href: "https://www.facebook.com/HeloisaNails/"}, ], }, ]} copyright="© 2024 Heloisa Nails Salon. Todos os direitos reservados." + links={[]} />