Merge version_1_1781562626150 into main #1

Merged
bender merged 2 commits from version_1_1781562626150 into main 2026-06-15 22:31:32 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Sobre",
"href": "#about"
"name": "Sobre", "href": "#about"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "FAQ",
"href": "#faq"
"name": "FAQ", "href": "#faq"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="AI Sales Agency"
logoImageSrc="http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148217590.jpg"
ctaButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="AI Sales Agency"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre",
href: "#about",
},
label: "Sobre", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacidade",
href: "#",
},
label: "Privacidade", href: "#"},
{
label: "Termos",
href: "#",
},
label: "Termos", href: "#"},
],
},
]}
copyright="© 2024 AI Sales Agency. Todos os direitos reservados."
links={[
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
{
label: "LinkedIn",
href: "#",
},
label: "LinkedIn", href: "#"},
]}
/>
</SectionErrorBoundary>