diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 687a0dd..5daf26e 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": "#"
+ "name": "Início", "href": "#"
},
{
- "name": "Sobre",
- "href": "#about"
+ "name": "Sobre", "href": "#about"
},
{
- "name": "Catálogo",
- "href": "#products"
+ "name": "Catálogo", "href": "#products"
},
{
- "name": "Contato",
- "href": "#contact"
+ "name": "Contato", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Fag Moto Peças"
columns={[
{
- title: "Loja",
- items: [
+ title: "Loja", items: [
{
- label: "Sobre",
- href: "#about",
- },
+ label: "Sobre", href: "#about"},
{
- label: "Catálogo",
- href: "#products",
- },
+ label: "Catálogo", href: "#products"},
],
},
{
- title: "Suporte",
- items: [
+ title: "Suporte", items: [
{
- label: "WhatsApp",
- href: "#",
- },
+ label: "WhatsApp", href: "#"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
]}
copyright="© 2024 Fag Moto Peças. Todos os direitos reservados."
links={[
{
- label: "Privacidade",
- href: "#",
- },
+ label: "Privacidade", href: "#"},
{
- label: "Termos",
- href: "#",
- },
+ label: "Termos", href: "#"},
]}
/>