From 50d2047ca31e3dd1037146916ade307a936c2ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 23:08:13 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 66 +++++++++++++-------------------------- 1 file changed, 21 insertions(+), 45 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 792fdbd..49adcc9 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "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": "Team", - "href": "#team" + "name": "Team", "href": "#team" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,10 +35,11 @@ export default function Layout() { + logo="LOXI Hospitality" + logoImageSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292244.jpg" + navItems={navItems} + ctaButton={{ text: "Contact Us", href: "#contact" }} + />
@@ -57,49 +51,31 @@ export default function Layout() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#team", - }, + label: "Our Team", href: "#team"}, { - label: "Global Reach", - href: "#about", - }, + label: "Global Reach", href: "#about"}, ], }, { items: [ { - label: "Asset Management", - href: "#services", - }, + label: "Asset Management", href: "#services"}, { - label: "Acquisitions", - href: "#services", - }, + label: "Acquisitions", href: "#services"}, { - label: "Brokerage", - href: "#services", - }, + label: "Brokerage", href: "#services"}, ], }, { items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}