diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 6f4bd4a..974442e 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": "Process",
- "href": "#process"
+ "name": "Process", "href": "#process"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,70 +35,51 @@ export default function Layout() {
+ logo="GreenHeights Consult"
+ logoImageSrc="http://img.b2bpic.net/free-vector/green-cypress-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1363.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ leftText="© 2024 GreenHeights Consult. All Rights Reserved."
+ rightText="1 Signal Regiment, Accra, Ghana"
+ />
);