Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 04:27:42 +00:00

View File

@@ -16,8 +16,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Platform", href: "/platform" },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
@@ -25,8 +24,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -34,8 +32,7 @@ const footerColumns = [
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "https://help.jettone.io" },
{ label: "Contact", href: "/contact" },
{ label: "Community", href: "https://community.jettone.io" },
@@ -43,8 +40,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -52,8 +48,7 @@ const footerColumns = [
],
},
{
title: "Social",
items: [
title: "Social", items: [
{ label: "Twitter", href: "https://twitter.com/jettone" },
{ label: "LinkedIn", href: "https://linkedin.com/company/jettone" },
{ label: "GitHub", href: "https://github.com/jettone" },
@@ -89,47 +84,30 @@ export default function ContactPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How accurate are Jettone's AI predictions?",
content:
"Our AI models achieve an 87% accuracy rate in predicting market movements over a 30-day horizon. This is achieved through continuous machine learning from millions of data points and refined by our team of financial experts.",
},
id: "1", title: "How accurate are Jettone's AI predictions?", content:
"Our AI models achieve an 87% accuracy rate in predicting market movements over a 30-day horizon. This is achieved through continuous machine learning from millions of data points and refined by our team of financial experts."},
{
id: "2",
title: "Is my investment data secure?",
content:
"Yes. Jettone uses enterprise-grade encryption (AES-256), multi-factor authentication, and complies with SEC regulations and SOC 2 Type II standards. Your data is never shared with third parties without explicit consent.",
},
id: "2", title: "Is my investment data secure?", content:
"Yes. Jettone uses enterprise-grade encryption (AES-256), multi-factor authentication, and complies with SEC regulations and SOC 2 Type II standards. Your data is never shared with third parties without explicit consent."},
{
id: "3",
title: "What markets does Jettone cover?",
content:
"We provide real-time analysis for US stocks, options, crypto, forex, and commodities. Our global coverage includes 150+ exchanges and 50,000+ tradable assets.",
},
id: "3", title: "What markets does Jettone cover?", content:
"We provide real-time analysis for US stocks, options, crypto, forex, and commodities. Our global coverage includes 150+ exchanges and 50,000+ tradable assets."},
{
id: "4",
title: "Can I integrate Jettone with my broker?",
content:
"Yes! We integrate with 40+ major brokers including E*TRADE, Fidelity, Charles Schwab, Interactive Brokers, and Robinhood. API access is also available for advanced users.",
},
id: "4", title: "Can I integrate Jettone with my broker?", content:
"Yes! We integrate with 40+ major brokers including E*TRADE, Fidelity, Charles Schwab, Interactive Brokers, and Robinhood. API access is also available for advanced users."},
{
id: "5",
title: "What's included in the free trial?",
content:
"The 30-day free trial includes full access to all platform features: AI predictions, portfolio tracking, risk analysis, and smart alerts. No credit card required to start.",
},
id: "5", title: "What's included in the free trial?", content:
"The 30-day free trial includes full access to all platform features: AI predictions, portfolio tracking, risk analysis, and smart alerts. No credit card required to start."},
{
id: "6",
title: "How much does Jettone cost?",
content:
"Plans start at $29/month for individuals. Professional and enterprise plans are available with custom pricing. Visit our pricing page for detailed information.",
},
id: "6", title: "How much does Jettone cost?", content:
"Plans start at $29/month for individuals. Professional and enterprise plans are available with custom pricing. Visit our pricing page for detailed information."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about Jettone's platform, pricing, and support"
textPosition="left"
useInvertedBackground={true}
animationType="smooth"
faqsAnimation="blur-reveal"
/>
</div>