Merge version_1_1781349669873 into main #1

Merged
bender merged 2 commits from version_1_1781349669873 into main 2026-06-13 11:22:17 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Experience",
"href": "#experience"
"name": "Experience", "href": "#experience"
},
{
"name": "Amenities",
"href": "#amenities"
"name": "Amenities", "href": "#amenities"
},
{
"name": "Rooms",
"href": "#rooms"
"name": "Rooms", "href": "#rooms"
},
{
"name": "FAQ",
"href": "#faq"
"name": "FAQ", "href": "#faq"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Grand Horizon"
logoImageSrc="https://images.pexels.com/photos/2866351/pexels-photo-2866351.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
ctaButton={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,29 +51,19 @@ export default function Layout() {
{
items: [
{
label: "Rooms",
href: "#rooms",
},
label: "Rooms", href: "#rooms"},
{
label: "Dining",
href: "#",
},
label: "Dining", href: "#"},
{
label: "Spa",
href: "#",
},
label: "Spa", href: "#"},
],
},
{
items: [
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}