diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 611bc60..45ea222 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": "Properties",
- "href": "#products"
+ "name": "Properties", "href": "#products"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#metrics"
+ "name": "Services", "href": "#metrics"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,63 +35,47 @@ export default function Layout() {
+ logo="Twino Estate"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=yu44zm"
+ ctaButton={{
+ text: "Book Viewing", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ leftText="© 2024 Twino Estate. All rights reserved."
+ rightText="Professional real estate agency."
+ />
);