diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 442deea..064b8cf 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Properties", - "href": "#properties" + "name": "Properties", "href": "#properties" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,82 +35,58 @@ export default function Layout() { + logo="PrimeNest" + logoImageSrc="http://img.b2bpic.net/free-photo/home-insurance-cut-out-icon_53876-14837.jpg" + ctaButton={{ + text: "Contact Agent", href: "#contact"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/home-insurance-cut-out-icon_53876-14837.jpg" + /> );