Merge version_1_1781382464888 into main
Merge version_1_1781382464888 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Fag Moto Peças"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/urban-transport-concept_23-2148996486.jpg"
|
||||
ctaButton={{
|
||||
text: "Comprar Agora",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Comprar Agora", href: "#products"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user