Switch to version 2: modified src/components/Layout.tsx

This commit is contained in:
2026-06-22 00:59:27 +00:00
parent 261edc2233
commit 836eaded86

View File

@@ -10,7 +10,7 @@ export default function Layout() {
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
<SiteBackgroundSlot />
<NavbarFullscreen
logo=""
logo="Aurion"
navItems={[
{ name: "Rooms", href: "#rooms" },
{ name: "Experience", href: "#experience" },
@@ -23,7 +23,7 @@ export default function Layout() {
<Outlet />
</main>
<FooterBrand
brand=""
brand="Aurion"
columns={[
{ items: [{ label: "Rooms & Suites", href: "#rooms" }, { label: "Dining", href: "#dining" }, { label: "Amenities", href: "#experience" }] },
{ items: [{ label: "Journeys", href: "#journeys" }, { label: "Spa & Wellness", href: "#spa" }, { label: "Events", href: "#events" }] },