diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ffda7de..78a7085 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "How it Works", - "href": "#how-it-works" + "name": "How it Works", "href": "#how-it-works" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Product Grid", - "href": "#product-grid" + "name": "Product Grid", "href": "#product-grid" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,21 +51,13 @@ export default function Layout() { copyright="All rights reserved. Now onboarding clippers." socialLinks={[ { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Globe, - href: "#", - }, + icon: "Globe", href: "#"}, { - icon: MessageCircle, - href: "#", - }, + icon: "MessageCircle", href: "#"}, ]} />