diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c943da6..f935ab8 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": "Collections", - "href": "#products" + "name": "Collections", "href": "#products" }, { - "name": "Editorial", - "href": "#blog" + "name": "Editorial", "href": "#blog" }, { - "name": "Inquire", - "href": "#contact" + "name": "Inquire", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" } ]; @@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,17 +51,11 @@ export default function Layout() { copyright="© 2024 CineFashion Editorial. All rights reserved." socialLinks={[ { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Film, - href: "#", - }, + icon: "Film", href: "#"}, ]} />