diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 16058ea..4cf32a1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,108 +7,59 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "About", - "href": "#about" - }, - { - "name": "Services", - "href": "#features" - }, - { - "name": "Products", - "href": "#products" - }, - { - "name": "FAQ", - "href": "#faq" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Testimonials", - "href": "#testimonials" - } -]; + { "name": "About", "href": "#about" }, + { "name": "Services", "href": "#features" }, + { "name": "Products", "href": "#products" }, + { "name": "FAQ", "href": "#faq" }, + { "name": "Hero", "href": "#hero" }, + { "name": "Metrics", "href": "#metrics" }, + { "name": "Testimonials", "href": "#testimonials" } + ]; return ( + logo="EcoSolar" + logoImageSrc="http://img.b2bpic.net/free-photo/recycling-symbol-beside-green-batteries_23-2148115677.jpg" + ctaButton={{ + text: "Get Audit", href: "#contact"}} + navItems={navItems} + />
+ ]} + copyright="© 2024 EcoSolar Inc. All rights reserved." + links={[ + { label: "Twitter", href: "#" }, + { label: "Facebook", href: "#" }, + ]} + />
);