diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 3e5941a..8c97ff6 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": "Magazine",
- "href": "#magazine"
+ "name": "Magazine", "href": "#magazine"
},
{
- "name": "Radio",
- "href": "#radio"
+ "name": "Radio", "href": "#radio"
},
{
- "name": "Shop",
- "href": "#shop"
+ "name": "Shop", "href": "#shop"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Offices",
- "href": "#offices"
+ "name": "Offices", "href": "#offices"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Newsletter",
- "href": "#newsletter"
+ "name": "Newsletter", "href": "#newsletter"
}
];
@@ -42,67 +35,49 @@ export default function Layout() {
+ logo="Monocle"
+ logoImageSrc="http://img.b2bpic.net/free-vector/abstract-arrows-logo_23-2147512604.jpg"
+ ctaButton={{
+ text: "Subscribe", href: "#"}}
+ navItems={navItems}
+ />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);