Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 15:55:22 +00:00
parent 3b04dae101
commit 550a41cac7

View File

@@ -18,7 +18,7 @@ const navItems = [
];
const navButton = {
text: "Start Free Trial", href: "/pricing"};
text: "Start Free Trial", href: "/pricing" };
export default function ContactPage() {
return (
@@ -49,7 +49,7 @@ export default function ContactPage() {
tag="Contact Us"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
background={{ variant: "floatingGradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png"
imageAlt="CreatorForge Contact"
buttons={[
@@ -68,17 +68,23 @@ export default function ContactPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How do I get started with CreatorForge?", content: "Getting started is simple! Sign up for a free account, connect your creator platforms (YouTube, Instagram, TikTok, etc.), and CreatorForge will immediately begin analyzing your content. You'll receive your first personalized content strategy within 24 hours."},
id: "1", title: "How do I get started with CreatorForge?", content: "Getting started is simple! Sign up for a free account, connect your creator platforms (YouTube, Instagram, TikTok, etc.), and CreatorForge will immediately begin analyzing your content. You'll receive your first personalized content strategy within 24 hours."
},
{
id: "2", title: "What platforms does CreatorForge support?", content: "We support YouTube, Instagram, TikTok, Spotify, Twitter/X, Discord, and more. You can connect multiple platforms simultaneously for comprehensive cross-platform analysis and strategy generation."},
id: "2", title: "What platforms does CreatorForge support?", content: "We support YouTube, Instagram, TikTok, Spotify, Twitter/X, Discord, and more. You can connect multiple platforms simultaneously for comprehensive cross-platform analysis and strategy generation."
},
{
id: "3", title: "Can I cancel my subscription at any time?", content: "Absolutely! All paid plans include month-to-month billing with no long-term contracts. You can cancel anytime through your account settings. Your data remains yours to keep and export."},
id: "3", title: "Can I cancel my subscription at any time?", content: "Absolutely! All paid plans include month-to-month billing with no long-term contracts. You can cancel anytime through your account settings. Your data remains yours to keep and export."
},
{
id: "4", title: "How do I contact support?", content: "You can reach our support team via email at support@creatorforge.io, through our in-app chat, or by scheduling a direct call with our team. Response times vary by plan level."},
id: "4", title: "How do I contact support?", content: "You can reach our support team via email at support@creatorforge.io, through our in-app chat, or by scheduling a direct call with our team. Response times vary by plan level."
},
{
id: "5", title: "Is there a free trial?", content: "Yes! Our Starter plan is completely free forever, including limited content ideas, basic analytics, and community access. Upgrade to a paid plan anytime to unlock advanced features."},
id: "5", title: "Is there a free trial?", content: "Yes! Our Starter plan is completely free forever, including limited content ideas, basic analytics, and community access. Upgrade to a paid plan anytime to unlock advanced features."
},
{
id: "6", title: "How secure is my creator data?", content: "We use enterprise-grade encryption and comply with GDPR, CCPA, and all privacy regulations. We never sell your data, and you maintain complete control over what information is shared."},
id: "6", title: "How secure is my creator data?", content: "We use enterprise-grade encryption and comply with GDPR, CCPA, and all privacy regulations. We never sell your data, and you maintain complete control over what information is shared."
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png"
imageAlt="CreatorForge Support"
@@ -99,7 +105,7 @@ export default function ContactPage() {
{ text: "Start Free Trial", href: "/pricing" },
{ text: "Email Us", href: "mailto:hello@creatorforge.io" },
]}
background={{ variant: "canvas-reveal" }}
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
/>
</div>