diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 1ec7b7d..c92f3fc 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Reviews",
- "href": "#reviews"
+ "name": "Reviews", "href": "#reviews"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "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,59 +35,45 @@ export default function Layout() {
+ logo="Precision Plumbing"
+ logoImageSrc="http://img.b2bpic.net/free-vector/flat-labor-day-labels-collection_23-2149037529.jpg"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);