From 8158688e344e710683ffebb693dc0f0aa22950a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:10:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1af3a89..6de1697 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -67,7 +67,8 @@ export default function ContactPage() { brandName="AI E-Commerce Consultant" navItems={navItemsWithLinks} button={{ - text: "Start Free Trial", href: "#pricing"}} + text: "Start Free Trial", href: "#pricing" + }} /> @@ -77,20 +78,25 @@ export default function ContactPage() { ctaDescription="Join thousands of store owners getting AI-powered insights. Start your free analysis today—no credit card needed." ctaIcon={Rocket} ctaButton={{ - text: "Start Free Analysis", href: "/signup"}} + text: "Start Free Analysis", href: "/signup" + }} faqs={[ { id: "1", title: "How do I get started?", content: - "Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding."}, + "Sign up with your email, connect your store or enter store details, and our AI will generate your first analysis within minutes. No setup fees or lengthy onboarding." + }, { id: "2", title: "What's included in my first analysis?", content: - "Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules."}, + "Your initial report includes: store strengths/weaknesses assessment, competitor gap analysis, 3-5 immediate optimization opportunities, and a preview of our product discovery and marketing modules." + }, { id: "3", title: "Can I cancel anytime?", content: - "Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation."}, + "Absolutely. No contracts, no lock-in periods. Cancel your subscription at any time from your account settings. Your data and reports remain accessible for 30 days after cancellation." + }, { id: "4", title: "Do you offer team accounts?", content: - "Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options."}, + "Yes! Pro and Enterprise plans include team collaboration features. Invite team members, assign tasks, and track progress together. Enterprise plans offer advanced team management and white-label options." + }, ]} useInvertedBackground={false} animationType="slide-up" @@ -106,24 +112,30 @@ export default function ContactPage() { faqs={[ { id: "1", title: "How does the AI analyze my store?", content: - "Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes."}, + "Our AI uses advanced machine learning to analyze your store data including: products, pricing, traffic patterns, customer demographics, and competitor information. It identifies opportunities, weaknesses, and optimization paths specific to your niche in minutes." + }, { id: "2", title: "What if my store data is confidential?", content: - "Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI."}, + "Your data is encrypted end-to-end and never shared. We comply with GDPR, CCPA, and industry security standards. All analysis happens securely, and you control exactly what data you share with the AI." + }, { id: "3", title: "Can I export and implement the recommendations?", content: - "Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately."}, + "Yes! All AI insights and strategies can be exported as PDF or CSV files. Every recommendation includes step-by-step implementation guides, templates, and examples you can use immediately." + }, { id: "4", title: "How accurate is the product discovery?", content: - "Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data."}, + "Our product discovery engine has a 78% success rate for identifying winning products. We analyze millions of data points including search trends, social signals, competitor gaps, and market demand patterns. Results improve with more market data." + }, { id: "5", title: "Is there a free trial?", content: - "Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required."}, + "Yes! Start with our Free plan (unlimited store analyses, basic product discovery). Or get a 30-day free trial of our Pro plan with full access to all AI features. No credit card required." + }, { id: "6", title: "What platforms do you integrate with?", content: - "We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users."}, + "We integrate with Shopify, WooCommerce, Magento, BigCommerce, and other major platforms. You can also manually input store data. Our API allows custom integrations for Enterprise users." + }, ]} - animationType="smooth" + faqsAnimation="slide-up" />