Update src/app/contact/page.tsx
This commit is contained in:
@@ -31,9 +31,7 @@ export default function ContactPage() {
|
||||
{ name: "Offers", id: "/offers" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,20 +69,11 @@ export default function ContactPage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,8 +81,7 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Rooms & Rates",
|
||||
items: [
|
||||
title: "Rooms & Rates", items: [
|
||||
{ label: "Room Types", href: "/rooms" },
|
||||
{ label: "Current Offers", href: "/offers" },
|
||||
{ label: "Group Bookings", href: "/contact" },
|
||||
@@ -101,8 +89,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Amenities",
|
||||
items: [
|
||||
title: "Amenities", items: [
|
||||
{ label: "Spa & Wellness", href: "/amenities" },
|
||||
{ label: "Fine Dining", href: "/amenities" },
|
||||
{ label: "Swimming Pool", href: "/amenities" },
|
||||
@@ -110,8 +97,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Guest Services",
|
||||
items: [
|
||||
title: "Guest Services", items: [
|
||||
{ label: "Concierge", href: "/contact" },
|
||||
{ label: "Room Service", href: "/contact" },
|
||||
{ label: "Housekeeping", href: "/contact" },
|
||||
@@ -119,8 +105,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Careers", href: "/about" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
@@ -128,8 +113,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/legal" },
|
||||
{ label: "Terms of Service", href: "/legal" },
|
||||
{ label: "Cookie Policy", href: "/legal" },
|
||||
|
||||
Reference in New Issue
Block a user