Update src/app/contact/page.tsx

This commit is contained in:
2026-01-29 18:23:27 +00:00
parent c6ea6cf16d
commit 65f2315448

View File

@@ -31,9 +31,7 @@ export default function ContactPage() {
{ name: "Offers", id: "/offers" }, { name: "Offers", id: "/offers" },
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "#booking"}}
href: "#booking",
}}
/> />
</div> </div>
@@ -71,20 +69,11 @@ export default function ContactPage() {
showCard={true} showCard={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How can I make a reservation?", content: "You can book directly through our website, call our reservations team at +1 (555) 123-4567, or email reservations@luxehaven.com. Online booking offers the best rates and instant confirmation."},
title: "How can I make a reservation?",
content: "You can book directly through our website, call our reservations team at +1 (555) 123-4567, or email reservations@luxehaven.com. Online booking offers the best rates and instant confirmation.",
},
{ {
id: "2", id: "2", title: "What services does the concierge provide?", content: "Our concierge team can assist with restaurant reservations, transportation arrangements, local attraction tickets, spa appointments, and any special requests to enhance your stay."},
title: "What services does the concierge provide?",
content: "Our concierge team can assist with restaurant reservations, transportation arrangements, local attraction tickets, spa appointments, and any special requests to enhance your stay.",
},
{ {
id: "3", id: "3", title: "Do you provide airport transportation?", content: "Yes, we offer premium airport transfer services. Please contact us at least 24 hours in advance to arrange pickup. Our luxury vehicles ensure a comfortable journey to and from the hotel."},
title: "Do you provide airport transportation?",
content: "Yes, we offer premium airport transfer services. Please contact us at least 24 hours in advance to arrange pickup. Our luxury vehicles ensure a comfortable journey to and from the hotel.",
},
]} ]}
/> />
</div> </div>
@@ -92,8 +81,7 @@ export default function ContactPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Rooms & Rates", title: "Rooms & Rates", items: [
items: [
{ label: "Room Types", href: "/rooms" }, { label: "Room Types", href: "/rooms" },
{ label: "Current Offers", href: "/offers" }, { label: "Current Offers", href: "/offers" },
{ label: "Group Bookings", href: "/contact" }, { label: "Group Bookings", href: "/contact" },
@@ -101,8 +89,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Amenities", title: "Amenities", items: [
items: [
{ label: "Spa & Wellness", href: "/amenities" }, { label: "Spa & Wellness", href: "/amenities" },
{ label: "Fine Dining", href: "/amenities" }, { label: "Fine Dining", href: "/amenities" },
{ label: "Swimming Pool", href: "/amenities" }, { label: "Swimming Pool", href: "/amenities" },
@@ -110,8 +97,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Guest Services", title: "Guest Services", items: [
items: [
{ label: "Concierge", href: "/contact" }, { label: "Concierge", href: "/contact" },
{ label: "Room Service", href: "/contact" }, { label: "Room Service", href: "/contact" },
{ label: "Housekeeping", href: "/contact" }, { label: "Housekeeping", href: "/contact" },
@@ -119,8 +105,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ label: "Our Story", href: "/about" }, { label: "Our Story", href: "/about" },
{ label: "Careers", href: "/about" }, { label: "Careers", href: "/about" },
{ label: "Sustainability", href: "/about" }, { label: "Sustainability", href: "/about" },
@@ -128,8 +113,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/legal" }, { label: "Privacy Policy", href: "/legal" },
{ label: "Terms of Service", href: "/legal" }, { label: "Terms of Service", href: "/legal" },
{ label: "Cookie Policy", href: "/legal" }, { label: "Cookie Policy", href: "/legal" },