diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index be981a4..7506851 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Overview", - "href": "#hero" + "name": "Overview", "href": "#hero" }, { - "name": "Architecture", - "href": "#about" + "name": "Architecture", "href": "#about" }, { - "name": "Capabilities", - "href": "#features" + "name": "Capabilities", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -39,11 +33,9 @@ export default function Layout() {
@@ -54,42 +46,28 @@ export default function Layout() { brand="NetSecure" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Engine", - href: "#", - }, + label: "Engine", href: "#"}, { - label: "Dashboard", - href: "#", - }, + label: "Dashboard", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} copyright="© 2024 NetSecure Audit Engine. All rights reserved." links={[ { - label: "Security", - href: "#", - }, + label: "Security", href: "#"}, { - label: "Audit", - href: "#", - }, + label: "Audit", href: "#"}, ]} />