Merge version_1_1781473484247 into main #1

Merged
bender merged 2 commits from version_1_1781473484247 into main 2026-06-14 21:45:53 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "How It Works",
"href": "#how-it-works"
"name": "How It Works", "href": "#how-it-works"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Events",
"href": "#events"
"name": "Events", "href": "#events"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarFloating
logo="LBN"
ctaButton={{
text: "Join Free",
href: "/join",
}}
text: "Join Free", href: "/join"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,41 +48,28 @@ export default function Layout() {
brand="London Business Nexus"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "How It Works",
href: "#how-it-works",
},
label: "How It Works", href: "#how-it-works"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Terms",
href: "#terms",
},
label: "Terms", href: "#terms"},
],
},
]}
copyright="© 2026 London Business Nexus. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#privacy",
},
label: "Privacy Policy", href: "#privacy"},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-branding-label-chart-graphic_53876-133806.jpg"
imageAlt="Business branding label chart graphic"
/>
</SectionErrorBoundary>
</StyleProvider>