diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 233e328..b3cf3b3 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Solutions", - "href": "#services" + "name": "Solutions", "href": "#services" }, { - "name": "Process", - "href": "#how-it-works" + "name": "Process", "href": "#how-it-works" }, { - "name": "Case Studies", - "href": "#case-studies" + "name": "Case Studies", "href": "#case-studies" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Benefits", - "href": "#benefits" + "name": "Benefits", "href": "#benefits" } ]; @@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,17 +51,11 @@ export default function Layout() { copyright="© 2024 NEXORA AI Automation Agency. All rights reserved." socialLinks={[ { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Linkedin, - href: "#", - }, + icon: "Linkedin", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, ]} />