Update src/app/contact/page.tsx

This commit is contained in:
2026-03-04 03:44:09 +00:00
parent 3554ab1226
commit ae1fabdc1a

View File

@@ -16,8 +16,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Spa & Wellness", href: "/offerings" },
{ label: "Fine Dining", href: "/offerings" },
{ label: "Adventure", href: "/offerings" },
@@ -25,8 +24,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Philosophy", href: "/about" },
{ label: "Careers", href: "#" },
@@ -34,8 +32,7 @@ const footerColumns = [
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQs", href: "/contact" },
{ label: "Booking Help", href: "/booking" },
@@ -52,7 +49,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -75,25 +72,16 @@ export default function ContactPage() {
useInvertedBackground={false}
mediaAnimation="slide-up"
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg"
imageAlt="Luxury booking support"
mediaPosition="right"
faqs={[
{
id: "1",
title: "What if I need to modify or cancel my reservation?",
content: "We understand that plans can change. Depending on your membership tier and the specific booking terms, modifications and cancellations are handled with flexibility. Contact your personal concierge for immediate assistance.",
},
id: "1", title: "What if I need to modify or cancel my reservation?", content: "We understand that plans can change. Depending on your membership tier and the specific booking terms, modifications and cancellations are handled with flexibility. Contact your personal concierge for immediate assistance."},
{
id: "2",
title: "Is payment secure and confidential?",
content: "Yes. We employ the highest standards of financial security and data privacy. All transactions are encrypted, and your personal and payment information is protected with enterprise-level security protocols.",
},
id: "2", title: "Is payment secure and confidential?", content: "Yes. We employ the highest standards of financial security and data privacy. All transactions are encrypted, and your personal and payment information is protected with enterprise-level security protocols."},
{
id: "3",
title: "What support is available outside business hours?",
content: "Premium and Platinum members have access to our 24/7 concierge team. We're always available to assist with urgent requests, changes, or any support you need during your stay.",
},
id: "3", title: "What support is available outside business hours?", content: "Premium and Platinum members have access to our 24/7 concierge team. We're always available to assist with urgent requests, changes, or any support you need during your stay."},
]}
/>
</div>
@@ -106,14 +94,14 @@ export default function ContactPage() {
{ text: "Book Your Experience", href: "/booking" },
{ text: "Connect with Concierge", href: "#" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
imageAlt="Luxury travel destinations"
logoText="Luxury Escapes"
copyrightText="© 2025 Luxury Escapes. All rights reserved."