diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c7db3d4..5f60fef 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Skills", - "href": "#skills" + "name": "Skills", "href": "#skills" }, { - "name": "Experience", - "href": "#experience" + "name": "Experience", "href": "#experience" }, { - "name": "Portfolio", - "href": "#portfolio" + "name": "Portfolio", "href": "#portfolio" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -39,10 +33,9 @@ export default function Layout() {
@@ -53,34 +46,24 @@ export default function Layout() { brand="Security Analyst Portfolio" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Skills", - href: "#skills", - }, + label: "Skills", href: "#skills"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} copyright="© 2024 Security Portfolio. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ]} />