From 90a71a572ca646e6940d9c0a5dc3e043fbdd07d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 14:06:18 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 54 ++++++++++++--------------------------- 1 file changed, 16 insertions(+), 38 deletions(-) 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: "#"}, ]} />