Merge version_1_1782124368318 into main #1

Merged
bender merged 2 commits from version_1_1782124368318 into main 2026-06-22 10:33:54 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Capabilities",
"href": "#services"
"name": "Capabilities", "href": "#services"
},
{
"name": "Approach",
"href": "#about"
"name": "Approach", "href": "#about"
},
{
"name": "Expertise",
"href": "#faq"
"name": "Expertise", "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"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Lexum Bridge"
logoImageSrc="http://img.b2bpic.net/free-vector/gaming-logo-template_23-2149588412.jpg"
ctaButton={{
text: "Inquire",
href: "#contact",
}}
text: "Inquire", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Lexum Bridge"
columns={[
{
title: "Capabilities",
items: [
title: "Capabilities", items: [
{
label: "Modernization",
href: "#services",
},
label: "Modernization", href: "#services"},
{
label: "Authority",
href: "#services",
},
label: "Authority", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Inquiry",
href: "#contact",
},
label: "Inquiry", href: "#contact"},
],
},
]}
copyright="© 2024 Lexum Bridge. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
/>
</SectionErrorBoundary>