Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
|
||||
imageAlt="Guesto Platform"
|
||||
logoText="Guesto"
|
||||
copyrightText="© 2025 Guesto. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -119,8 +105,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -128,8 +113,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user