diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 70f7435..e64d1e7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -35,8 +35,7 @@ export default function ContactPage() { brandName="Guesto" navItems={navItems} button={{ - text: "Get Started", - href: "https://app.guesto.com/login" + text: "Get Started", href: "https://app.guesto.com/login" }} /> @@ -49,7 +48,7 @@ export default function ContactPage() { { text: "Start Your Free Trial", href: "https://app.guesto.com/signup" }, { text: "Schedule a Demo", href: "#" } ]} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -69,34 +68,22 @@ export default function ContactPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I get started with Guesto?", - content: "Sign up for a free trial on our website. You'll get immediate access to all features. Our onboarding team will guide you through setup, and you can create your first itinerary within minutes." + id: "1", title: "How do I get started with Guesto?", content: "Sign up for a free trial on our website. You'll get immediate access to all features. Our onboarding team will guide you through setup, and you can create your first itinerary within minutes." }, { - id: "2", - title: "Can I integrate Guesto with my existing systems?", - content: "Yes! Guesto integrates with popular travel management systems, email platforms, and accounting software. Enterprise customers get dedicated integration support." + id: "2", title: "Can I integrate Guesto with my existing systems?", content: "Yes! Guesto integrates with popular travel management systems, email platforms, and accounting software. Enterprise customers get dedicated integration support." }, { - id: "3", - title: "Is my customer data secure?", - content: "Absolutely. We use enterprise-grade encryption, regular security audits, and comply with GDPR and data protection regulations. Your data is your priority." + id: "3", title: "Is my customer data secure?", content: "Absolutely. We use enterprise-grade encryption, regular security audits, and comply with GDPR and data protection regulations. Your data is your priority." }, { - id: "4", - title: "How do I export itineraries as PDF?", - content: "One click! When you finish building an itinerary, use the Export button to generate a professional PDF. Customize branding, include your logo, and send directly to customers." + id: "4", title: "How do I export itineraries as PDF?", content: "One click! When you finish building an itinerary, use the Export button to generate a professional PDF. Customize branding, include your logo, and send directly to customers." }, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, bank transfers, and digital payment methods. Annual subscriptions come with a 15% discount." + id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and digital payment methods. Annual subscriptions come with a 15% discount." }, { - id: "6", - title: "Can multiple team members use Guesto simultaneously?", - content: "Yes. Professional and Enterprise plans include multi-user access with role-based permissions. Manage who can view, edit, or approve itineraries." + id: "6", title: "Can multiple team members use Guesto simultaneously?", content: "Yes. Professional and Enterprise plans include multi-user access with role-based permissions. Manage who can view, edit, or approve itineraries." } ]} /> @@ -104,14 +91,13 @@ export default function ContactPage() {