diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 2878832..05e608f 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": "Verifications", - "href": "#verifications" + "name": "Verifications", "href": "#verifications" }, { - "name": "Manage Servers", - "href": "#manage" + "name": "Manage Servers", "href": "#manage" }, { - "name": "Support", - "href": "#support" + "name": "Support", "href": "#support" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() { brand="Bloxlink" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Verifications", - href: "#", - }, + label: "Verifications", href: "#"}, { - label: "Dashboard", - href: "#", - }, + label: "Dashboard", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} copyright="© 2026 Bloxlink. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Purchase Policy", - href: "#", - }, + label: "Purchase Policy", href: "#"}, ]} />