diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e7d015d..c159393 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": "Experience", - "href": "#hero" + "name": "Experience", "href": "#hero" }, { - "name": "Collection", - "href": "#gallery" + "name": "Collection", "href": "#gallery" }, { - "name": "Curators", - "href": "#team" + "name": "Curators", "href": "#team" }, { - "name": "Connect", - "href": "#contact" + "name": "Connect", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,71 +35,50 @@ export default function Layout() { + logo="GalleryX" + logoImageSrc="http://img.b2bpic.net/free-vector/ornamental-background-design_1375-95.jpg" + ctaButton={{ + text: "Enter Gallery", href: "#hero"}} + navItems={navItems} />
+ label: "LinkedIn", href: "#"}, + ]} + /> );