diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6518e43..19fbc45 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": "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() {
@@ -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" />