diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 59dce24..bc4821d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -40,7 +40,7 @@ export default function ContactPage() { tag="Stay Connected" title="Exclusive Insider Access" description="Subscribe to receive curated recommendations, early access to new experiences, exclusive events, and VIP offers tailored to your preferences." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg" imageAlt="Exclusive luxury lounge" @@ -60,35 +60,17 @@ export default function ContactPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How does the booking system work?", - content: "Our intuitive booking platform allows you to reserve your experience in moments. Select your preferred dates, customize service options, and proceed through our secure payment gateway. You'll receive immediate confirmation with personalized details about your experience.", - }, + id: "1", title: "How does the booking system work?", content: "Our intuitive booking platform allows you to reserve your experience in moments. Select your preferred dates, customize service options, and proceed through our secure payment gateway. You'll receive immediate confirmation with personalized details about your experience."}, { - id: "2", - title: "What payment methods are accepted?", - content: "We accept all major credit cards, bank transfers, and wire payments. For added security and discretion, we also offer private banking solutions. All transactions are encrypted and processed through industry-leading payment processors.", - }, + id: "2", title: "What payment methods are accepted?", content: "We accept all major credit cards, bank transfers, and wire payments. For added security and discretion, we also offer private banking solutions. All transactions are encrypted and processed through industry-leading payment processors."}, { - id: "3", - title: "Can I customize my experience?", - content: "Absolutely. Each experience is fully customizable to your preferences, dietary requirements, accessibility needs, and special requests. Our concierge team will work with you to craft a bespoke itinerary that exceeds your expectations.", - }, + id: "3", title: "Can I customize my experience?", content: "Absolutely. Each experience is fully customizable to your preferences, dietary requirements, accessibility needs, and special requests. Our concierge team will work with you to craft a bespoke itinerary that exceeds your expectations."}, { - id: "4", - title: "What is your cancellation policy?", - content: "We offer flexible cancellation terms: free cancellation up to 30 days before your experience, 50% refund for cancellations within 15 days, and full retention for cancellations within 7 days. Special circumstances are reviewed individually by our concierge team.", - }, + id: "4", title: "What is your cancellation policy?", content: "We offer flexible cancellation terms: free cancellation up to 30 days before your experience, 50% refund for cancellations within 15 days, and full retention for cancellations within 7 days. Special circumstances are reviewed individually by our concierge team."}, { - id: "5", - title: "Do you offer corporate packages?", - content: "Yes, we specialize in bespoke corporate experiences including executive retreats, team building events, and client entertainment. Our corporate concierge team will design a program tailored to your organization's objectives and culture.", - }, + id: "5", title: "Do you offer corporate packages?", content: "Yes, we specialize in bespoke corporate experiences including executive retreats, team building events, and client entertainment. Our corporate concierge team will design a program tailored to your organization's objectives and culture."}, { - id: "6", - title: "How is guest information secured?", - content: "Your privacy and security are paramount. We employ bank-level encryption, strict confidentiality protocols, and comply with international data protection standards. Your personal information is never shared with third parties without explicit consent.", - }, + id: "6", title: "How is guest information secured?", content: "Your privacy and security are paramount. We employ bank-level encryption, strict confidentiality protocols, and comply with international data protection standards. Your personal information is never shared with third parties without explicit consent."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -101,8 +83,7 @@ export default function ContactPage() {