diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 081f9c6..3b76f0a 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": "Discover", - "href": "#hero" + "name": "Discover", "href": "#hero" }, { - "name": "Categories", - "href": "#categories" + "name": "Categories", "href": "#categories" }, { - "name": "Hacks", - "href": "#hacks" + "name": "Hacks", "href": "#hacks" }, { - "name": "Saved", - "href": "#saved" + "name": "Saved", "href": "#saved" }, { - "name": "Trending", - "href": "#trending" + "name": "Trending", "href": "#trending" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,35 +36,29 @@ export default function Layout() { + logo="DiscoverLife" + logoImageSrc="http://img.b2bpic.net/free-vector/gradient-abstract-polygonal-logo-template_23-2148209082.jpg" + ctaButton={{ + text: "Get App", href: "#contact"}} + navItems={navItems} + />
+ brand="DiscoverLife" + copyright="© 2024 Discovery App. All rights reserved." + socialLinks={[ + { + icon: "Twitter", href: "#"}, + { + icon: "Instagram", href: "#"}, + { + icon: "Github", href: "#"}, + ]} + /> );