diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index b19f36a..32679a8 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": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "How It Works",
- "href": "#steps"
+ "name": "How It Works", "href": "#steps"
},
{
- "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": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,70 +35,50 @@ export default function Layout() {
+ logo="3D Estates"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=b0l62i"
+ ctaButton={{
+ text: "Start Your Tour", href: "#contact"}}
+ navItems={navItems} />
+ ]}
+ leftText="© 2024 3D Estates. All rights reserved."
+ rightText="Designed for real estate innovators."
+ />
);