Merge version_1_1782225803504 into main #1

Merged
bender merged 1 commits from version_1_1782225803504 into main 2026-06-23 14:44:43 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Rooms",
"href": "#rooms"
"name": "Rooms", "href": "#rooms"
},
{
"name": "Dining",
"href": "#dining"
"name": "Dining", "href": "#dining"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="The Boma"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=536q38"
ctaButton={{
text: "Book Now",
href: "https://www.theboma.co.ke",
}}
text: "Book Now", href: "https://www.theboma.co.ke"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2025 The Boma Nairobi. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
]}
/>
</SectionErrorBoundary>