diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index ce585aa..67f60fa 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": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "Reviews",
- "href": "#testimonials"
+ "name": "Reviews", "href": "#testimonials"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,60 +35,44 @@ export default function Layout() {
+ logo="Tampa Roofing"
+ logoImageSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
+ ctaButton={{
+ text: "Get Quote", href: "#contact"}}
+ navItems={navItems} />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);