Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 04:59:02 +00:00
parent 361a3d7034
commit 02dcbf04d8

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="largeSmall" sizing="largeSmall"
background="noise" background="circleGradient"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -35,8 +35,7 @@ export default function ContactPage() {
brandName="Guesto" brandName="Guesto"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Get Started", text: "Get Started", href: "https://app.guesto.com/login"
href: "https://app.guesto.com/login"
}} }}
/> />
</div> </div>
@@ -49,7 +48,7 @@ export default function ContactPage() {
{ text: "Start Your Free Trial", href: "https://app.guesto.com/signup" }, { text: "Start Your Free Trial", href: "https://app.guesto.com/signup" },
{ text: "Schedule a Demo", href: "#" } { text: "Schedule a Demo", href: "#" }
]} ]}
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -69,34 +68,22 @@ export default function ContactPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", 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."
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", 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."
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", 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."
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", 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."
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", 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."
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", 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."
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"> <div id="footer" data-section="footer">
<FooterMedia <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" imageAlt="Guesto Platform"
logoText="Guesto" logoText="Guesto"
copyrightText="© 2025 Guesto. All rights reserved." copyrightText="© 2025 Guesto. All rights reserved."
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "#features" }, { label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" }, { label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -119,8 +105,7 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -128,8 +113,7 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" } { label: "Cookie Policy", href: "#" }