diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ba54339..175d27c 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Trust", - "href": "#trust" + "name": "Trust", "href": "#trust" }, { - "name": "Process", - "href": "#process" + "name": "Process", "href": "#process" }, { - "name": "Cta", - "href": "#cta" + "name": "Cta", "href": "#cta" } ]; @@ -42,55 +35,42 @@ export default function Layout() { + logo="Newton" + logoImageSrc="https://images.pexels.com/photos/7430708/pexels-photo-7430708.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + ctaButton={{ + text: "Anfrage", href: "#contact"}} + navItems={navItems} />
+ label: "Impressum", href: "#"}, + ]} + /> );