Update src/components/Layout.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarFullscreen
|
||||
logo="Aurion"
|
||||
logo=""
|
||||
navItems={[
|
||||
{ name: "Rooms", href: "#rooms" },
|
||||
{ name: "Experience", href: "#experience" },
|
||||
@@ -23,7 +23,7 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<FooterBrand
|
||||
brand="Aurion"
|
||||
brand=""
|
||||
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" }] },
|
||||
|
||||
Reference in New Issue
Block a user