diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 8a5c243..e1515f8 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,32 +9,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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,32 +36,28 @@ export default function Layout() {
+ logo="Bramfelder Bedachung"
+ logoImageSrc="http://img.b2bpic.net/free-photo/statue-woman-frankfurt-germany_1268-20929.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#contact"}}
+ navItems={navItems}
+ />
+ brand="Bramfelder Bedachungs GmbH"
+ copyright="© 2024 Bramfelder Bedachungs GmbH. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Facebook", href: "#"},
+ {
+ icon: "Instagram", href: "#"},
+ ]}
+ />
);
-}
+}
\ No newline at end of file