diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 02c9f0e..9bd98d0 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": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Listings",
- "href": "#listings"
+ "name": "Listings", "href": "#listings"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,67 +35,49 @@ export default function Layout() {
+ logo="PropertySeller"
+ logoImageSrc="http://img.b2bpic.net/free-photo/home-icon-sign-front-side_187299-39255.jpg"
+ ctaButton={{
+ text: "Contact Us", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);