Update src/app/about/page.tsx
This commit is contained in:
@@ -87,8 +87,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Rooms & Suites", href: "/rooms" },
|
||||
{ label: "Amenities", href: "/amenities" },
|
||||
{ label: "Dining", href: "/about" },
|
||||
@@ -96,8 +95,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "/contact" },
|
||||
{ label: "Blog", href: "/contact" },
|
||||
@@ -105,8 +103,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
Reference in New Issue
Block a user