diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index d95d9cf..7cad84c 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": "Diensten",
- "href": "#diensten"
+ "name": "Diensten", "href": "#diensten"
},
{
- "name": "Projecten",
- "href": "#projecten"
+ "name": "Projecten", "href": "#projecten"
},
{
- "name": "Reviews",
- "href": "#reviews"
+ "name": "Reviews", "href": "#reviews"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Over Ons",
- "href": "#over-ons"
+ "name": "Over Ons", "href": "#over-ons"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,59 +35,45 @@ export default function Layout() {
+ logo="Bouwbedrijf L+D"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=a26nmu"
+ ctaButton={{
+ text: "Offerte aanvragen", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "Diensten", href: "#diensten"},
+ ]}
+ />
);