diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9fca4f3..aa3e3da 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,46 +49,30 @@ export default function Layout() { brand="PLC Expert" columns={[ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { - label: "Siemens Programming", - href: "#services", - }, + label: "Siemens Programming", href: "#services"}, { - label: "Robotics", - href: "#services", - }, + label: "Robotics", href: "#services"}, { - label: "HMI/SCADA", - href: "#services", - }, + label: "HMI/SCADA", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Me", - href: "#about", - }, + label: "About Me", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} copyright="© 2024 Industrial PLC Specialist. All rights reserved." links={[ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ]} />