diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 16ef617..ec7d135 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": "#home" + "name": "Home", "href": "#home" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" }, { - "name": "About Us", - "href": "#about" + "name": "About Us", "href": "#about" }, { - "name": "Contact Us", - "href": "#contact" + "name": "Contact Us", "href": "#contact" }, { - "name": "Service Areas", - "href": "#areas" + "name": "Service Areas", "href": "#areas" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" } ]; @@ -42,85 +35,60 @@ export default function Layout() { + logo="Robby's Roofing" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=t48nfj" + ctaButton={{ + text: "Get Free Estimate", href: "#contact"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=t48nfj" + /> );