Merge version_1 into main #1

Merged
development merged 6 commits from version_1 into main 2026-01-29 19:35:47 +00:00
Showing only changes of commit e55abf5976 - Show all commits

View File

@@ -82,8 +82,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{ label: "Rooms & Suites", href: "/rooms" },
{ label: "Amenities", href: "/amenities" },
{ label: "Dining", href: "/about" },
@@ -91,8 +90,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/contact" },
{ label: "Blog", href: "/contact" },
@@ -100,8 +98,7 @@ export default function ContactPage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Reservations", href: "/contact" },
{ label: "Phone: +1 (555) 123-4567", href: "tel:+15551234567" },
{ label: "Email: info@luxehaven.com", href: "mailto:info@luxehaven.com" },