diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 1877e83..d2b9d00 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": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Commercial",
- "href": "#commercial"
+ "name": "Commercial", "href": "#commercial"
},
{
- "name": "Locations",
- "href": "#areas"
+ "name": "Locations", "href": "#areas"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Trust",
- "href": "#trust"
+ "name": "Trust", "href": "#trust"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,77 +35,56 @@ export default function Layout() {
+ logo="Prime Moving"
+ logoImageSrc="http://img.b2bpic.net/free-photo/man-giving-order-curbside-pickup_23-2149106422.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#quote"}}
+ navItems={navItems}
+ />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);
-}
+}
\ No newline at end of file