diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 267ea7c..a5e676e 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": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Portfolio",
- "href": "#portfolio"
+ "name": "Portfolio", "href": "#portfolio"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "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,50 +35,39 @@ export default function Layout() {
+ logo="Tree Passion"
+ logoImageSrc="http://img.b2bpic.net/free-vector/green-cypress-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1363.jpg"
+ ctaButton={{
+ text: "Anfrage senden", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ leftText="© 2024 Tree Passion"
+ rightText="Ihr Partner für Baumpflege."
+ />
);