diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3cf322e..3028fc4 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#features" + "name": "Services", "href": "#features" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -42,62 +35,46 @@ export default function Layout() { + logo="NexusSocial" + logoImageSrc="http://img.b2bpic.net/free-photo/top-view-blue-condom-white-background_23-2148259780.jpg" + ctaButton={{ + text: "Book Strategy", href: "#contact"}} + navItems={navItems} />
+ ]} + leftText="© 2024 Nexus Social Agency. All rights reserved." + rightText="Designed with precision." + /> );