Update src/app/page.tsx
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -23,9 +23,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Start Free Trial",
|
||||
href: "/pricing",
|
||||
};
|
||||
text: "Start Free Trial", href: "/pricing"};
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -56,7 +54,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Creator Platform"
|
||||
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/a-sleek-ai-powered-creator-dashboard-int-1772551748233-aa931284.png"
|
||||
imageAlt="CreatorForge AI Dashboard"
|
||||
buttons={[
|
||||
@@ -75,12 +73,8 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Guessing Game",
|
||||
description: "Most creators post randomly without understanding what will go viral, which title converts, or how to structure content for maximum retention.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-frustrated-creator-surrounded-by-scatt-1772551746551-008f40b1.png",
|
||||
},
|
||||
id: "1", title: "Guessing Game", description: "Most creators post randomly without understanding what will go viral, which title converts, or how to structure content for maximum retention.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-frustrated-creator-surrounded-by-scatt-1772551746551-008f40b1.png"},
|
||||
items: [
|
||||
{ icon: AlertCircle, text: "No viral content strategy" },
|
||||
{ icon: AlertCircle, text: "Inconsistent growth" },
|
||||
@@ -89,12 +83,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "The Solution",
|
||||
description: "CreatorForge analyzes your past content, audience behavior, and competitor strategies to generate personalized, actionable insights that drive growth.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png?_wi=1",
|
||||
},
|
||||
id: "2", title: "The Solution", description: "CreatorForge analyzes your past content, audience behavior, and competitor strategies to generate personalized, actionable insights that drive growth.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Data-driven 30-day plans" },
|
||||
{ icon: CheckCircle, text: "Viral topic suggestions" },
|
||||
@@ -117,35 +107,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "AI Strategist",
|
||||
name: "Content Strategy Engine",
|
||||
price: "$29/mo",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png?_wi=1",
|
||||
imageAlt: "AI Content Strategy Interface",
|
||||
},
|
||||
id: "1", brand: "AI Strategist", name: "Content Strategy Engine", price: "$29/mo", rating: 5,
|
||||
reviewCount: "2.3k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png", imageAlt: "AI Content Strategy Interface"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Optimization Tool",
|
||||
name: "Content Optimizer",
|
||||
price: "$29/mo",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png?_wi=1",
|
||||
imageAlt: "Content Optimization Dashboard",
|
||||
},
|
||||
id: "2", brand: "Optimization Tool", name: "Content Optimizer", price: "$29/mo", rating: 5,
|
||||
reviewCount: "1.8k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png", imageAlt: "Content Optimization Dashboard"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Gamification",
|
||||
name: "Creator Leaderboard",
|
||||
price: "$79/mo",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png?_wi=1",
|
||||
imageAlt: "Creator Leaderboard Interface",
|
||||
},
|
||||
id: "3", brand: "Gamification", name: "Creator Leaderboard", price: "$79/mo", rating: 5,
|
||||
reviewCount: "1.5k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png", imageAlt: "Creator Leaderboard Interface"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -162,12 +131,8 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Connect Your Channels",
|
||||
description: "Link your YouTube, Instagram, TikTok, Spotify, and other platforms. CreatorForge analyzes your existing content and audience data.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/youtube-logo-icon-clean-design-recogniza-1772551745051-48c45f2e.png",
|
||||
},
|
||||
id: "1", title: "Connect Your Channels", description: "Link your YouTube, Instagram, TikTok, Spotify, and other platforms. CreatorForge analyzes your existing content and audience data.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/youtube-logo-icon-clean-design-recogniza-1772551745051-48c45f2e.png"},
|
||||
items: [
|
||||
{ icon: LinkIcon, text: "Multi-platform integration" },
|
||||
{ icon: Lock, text: "Secure authentication" },
|
||||
@@ -176,12 +141,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Analyze & Learn",
|
||||
description: "Our AI examines your content performance, audience behavior patterns, and competitor strategies to identify growth opportunities.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png?_wi=2",
|
||||
},
|
||||
id: "2", title: "Analyze & Learn", description: "Our AI examines your content performance, audience behavior patterns, and competitor strategies to identify growth opportunities.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png"},
|
||||
items: [
|
||||
{ icon: BarChart3, text: "Deep analytics" },
|
||||
{ icon: Brain, text: "AI insights" },
|
||||
@@ -190,12 +151,8 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Get Personalized Strategy",
|
||||
description: "Receive a 30-day content plan with viral topic suggestions, hook ideas, script outlines, title variations, and thumbnail concepts tailored to your niche.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png?_wi=2",
|
||||
},
|
||||
id: "3", title: "Get Personalized Strategy", description: "Receive a 30-day content plan with viral topic suggestions, hook ideas, script outlines, title variations, and thumbnail concepts tailored to your niche.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-video-analysis-interface-showing-hook--1772551746633-186215ef.png"},
|
||||
items: [
|
||||
{ icon: FileText, text: "30-day content plan" },
|
||||
{ icon: Lightbulb, text: "Viral ideas" },
|
||||
@@ -204,12 +161,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Execute & Track",
|
||||
description: "Follow the plan, upload content, and watch CreatorForge track performance, predict retention, optimize titles, and guide monetization strategies.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png?_wi=2",
|
||||
},
|
||||
id: "4", title: "Execute & Track", description: "Follow the plan, upload content, and watch CreatorForge track performance, predict retention, optimize titles, and guide monetization strategies.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-creator-leaderboard-and-performance-da-1772551757897-12e041bf.png"},
|
||||
items: [
|
||||
{ icon: TrendingUp, text: "Performance tracking" },
|
||||
{ icon: Eye, text: "Retention prediction" },
|
||||
@@ -250,59 +203,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "YouTube Creator",
|
||||
company: "Tech Reviews Channel",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-young-youtube-1772551746026-a824221a.png",
|
||||
imageAlt: "Sarah Chen YouTube Creator",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "YouTube Creator", company: "Tech Reviews Channel", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-young-youtube-1772551746026-a824221a.png", imageAlt: "Sarah Chen YouTube Creator"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Rivera",
|
||||
role: "Indie Musician",
|
||||
company: "Independent Artist",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-an-indie-musici-1772551746344-b6ca60ad.png",
|
||||
imageAlt: "Marcus Rivera Indie Musician",
|
||||
},
|
||||
id: "2", name: "Marcus Rivera", role: "Indie Musician", company: "Independent Artist", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-an-indie-musici-1772551746344-b6ca60ad.png", imageAlt: "Marcus Rivera Indie Musician"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Park",
|
||||
role: "Podcast Host",
|
||||
company: "The Growth Show",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-podcaster-eng-1772551746968-aac7bec3.png",
|
||||
imageAlt: "Jessica Park Podcaster",
|
||||
},
|
||||
id: "3", name: "Jessica Park", role: "Podcast Host", company: "The Growth Show", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-podcaster-eng-1772551746968-aac7bec3.png", imageAlt: "Jessica Park Podcaster"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Solo Founder",
|
||||
company: "SaaS Startup",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-solo-founder--1772551745576-83c4be6e.png",
|
||||
imageAlt: "David Thompson Solo Founder",
|
||||
},
|
||||
id: "4", name: "David Thompson", role: "Solo Founder", company: "SaaS Startup", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-solo-founder--1772551745576-83c4be6e.png", imageAlt: "David Thompson Solo Founder"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma Lopez",
|
||||
role: "Instagram Creator",
|
||||
company: "Lifestyle Brand",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-an-instagram-in-1772551745996-5fecaecb.png",
|
||||
imageAlt: "Emma Lopez Instagram Creator",
|
||||
},
|
||||
id: "5", name: "Emma Lopez", role: "Instagram Creator", company: "Lifestyle Brand", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-an-instagram-in-1772551745996-5fecaecb.png", imageAlt: "Emma Lopez Instagram Creator"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Alex Khan",
|
||||
role: "Content Creator",
|
||||
company: "Multi-Platform",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-content-creat-1772551745659-03517607.png",
|
||||
imageAlt: "Alex Khan Content Creator",
|
||||
},
|
||||
id: "6", name: "Alex Khan", role: "Content Creator", company: "Multi-Platform", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/professional-headshot-of-a-content-creat-1772551745659-03517607.png", imageAlt: "Alex Khan Content Creator"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
@@ -319,66 +236,24 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
title: "Starter",
|
||||
price: "Free",
|
||||
period: "",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png?_wi=1",
|
||||
imageAlt: "Starter Plan",
|
||||
button: { text: "Start Free", href: "/pricing" },
|
||||
id: "free", title: "Starter", price: "Free", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png", imageAlt: "Starter Plan", button: { text: "Start Free", href: "/pricing" },
|
||||
features: [
|
||||
"Limited content ideas (5/month)",
|
||||
"Basic analytics",
|
||||
"Community access",
|
||||
"1 platform integration",
|
||||
],
|
||||
"Limited content ideas (5/month)", "Basic analytics", "Community access", "1 platform integration"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Creator Pro",
|
||||
price: "$29",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png?_wi=2",
|
||||
imageAlt: "Creator Pro Plan",
|
||||
button: { text: "Get Started", href: "/pricing" },
|
||||
id: "pro", title: "Creator Pro", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png", imageAlt: "Creator Pro Plan", button: { text: "Get Started", href: "/pricing" },
|
||||
features: [
|
||||
"30 content ideas/month",
|
||||
"Full AI Strategist",
|
||||
"Content Optimization",
|
||||
"3 platform integrations",
|
||||
],
|
||||
"30 content ideas/month", "Full AI Strategist", "Content Optimization", "3 platform integrations"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
title: "Creator Advanced",
|
||||
price: "$79",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png?_wi=3",
|
||||
imageAlt: "Creator Advanced Plan",
|
||||
button: { text: "Get Started", href: "/pricing" },
|
||||
id: "advanced", title: "Creator Advanced", price: "$79", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png", imageAlt: "Creator Advanced Plan", button: { text: "Get Started", href: "/pricing" },
|
||||
features: [
|
||||
"Unlimited content ideas",
|
||||
"Advanced competitor breakdown",
|
||||
"Monetization roadmap",
|
||||
"Sponsorship templates",
|
||||
"Unlimited integrations",
|
||||
],
|
||||
"Unlimited content ideas", "Advanced competitor breakdown", "Monetization roadmap", "Sponsorship templates", "Unlimited integrations"],
|
||||
},
|
||||
{
|
||||
id: "pro-max",
|
||||
title: "Creator Pro Max",
|
||||
price: "$199",
|
||||
period: "/month",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png?_wi=4",
|
||||
imageAlt: "Creator Pro Max Plan",
|
||||
button: { text: "Get Started", href: "/pricing" },
|
||||
id: "pro-max", title: "Creator Pro Max", price: "$199", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/four-distinct-pricing-tier-cards-showing-1772551746567-61bd155b.png", imageAlt: "Creator Pro Max Plan", button: { text: "Get Started", href: "/pricing" },
|
||||
features: [
|
||||
"Everything in Advanced",
|
||||
"1:1 AI Growth Assistant",
|
||||
"Custom growth simulations",
|
||||
"Deep brand audit",
|
||||
"Priority support",
|
||||
],
|
||||
"Everything in Advanced", "1:1 AI Growth Assistant", "Custom growth simulations", "Deep brand audit", "Priority support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -395,37 +270,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Which platforms does CreatorForge support?",
|
||||
content: "CreatorForge integrates with YouTube, Instagram, TikTok, Spotify, Twitter/X, and more. You can connect multiple platforms to our system for comprehensive analysis and strategy generation.",
|
||||
},
|
||||
id: "1", title: "Which platforms does CreatorForge support?", content: "CreatorForge integrates with YouTube, Instagram, TikTok, Spotify, Twitter/X, and more. You can connect multiple platforms to our system for comprehensive analysis and strategy generation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How personalized are the content strategies?",
|
||||
content: "Our AI analyzes your specific niche, audience demographics, past content performance, and competitor strategies to generate 100% personalized content plans tailored to YOUR growth.",
|
||||
},
|
||||
id: "2", title: "How personalized are the content strategies?", content: "Our AI analyzes your specific niche, audience demographics, past content performance, and competitor strategies to generate 100% personalized content plans tailored to YOUR growth."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Yes! All paid plans can be cancelled anytime. No long-term contracts, no hidden fees. Your data is always yours to keep.",
|
||||
},
|
||||
id: "3", title: "Can I cancel anytime?", content: "Yes! All paid plans can be cancelled anytime. No long-term contracts, no hidden fees. Your data is always yours to keep."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What's included in the 1:1 AI Growth Assistant?",
|
||||
content: "The Pro Max plan includes direct access to AI-powered growth consultation, custom strategy recommendations, growth simulations, and priority support from our team.",
|
||||
},
|
||||
id: "4", title: "What's included in the 1:1 AI Growth Assistant?", content: "The Pro Max plan includes direct access to AI-powered growth consultation, custom strategy recommendations, growth simulations, and priority support from our team."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How often is my data updated?",
|
||||
content: "We sync your platform data in real-time so our AI always has the latest performance metrics and audience insights for analysis.",
|
||||
},
|
||||
id: "5", title: "How often is my data updated?", content: "We sync your platform data in real-time so our AI always has the latest performance metrics and audience insights for analysis."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is my creator data secure?",
|
||||
content: "Absolutely. We use enterprise-grade encryption, never sell your data, and comply with GDPR and all privacy regulations. Your creator work is sacred.",
|
||||
},
|
||||
id: "6", title: "Is my creator data secure?", content: "Absolutely. We use enterprise-grade encryption, never sell your data, and comply with GDPR and all privacy regulations. Your creator work is sacred."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-ai-assistant-interface-showing-conten-1772551747007-608bec25.png"
|
||||
imageAlt="CreatorForge FAQ Support"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -444,7 +301,7 @@ export default function HomePage() {
|
||||
{ text: "Start Your Free Trial", href: "/pricing" },
|
||||
{ text: "Schedule Demo Call", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -453,8 +310,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
@@ -462,8 +318,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -471,8 +326,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
{ label: "Cookie Policy", href: "#cookies" },
|
||||
|
||||
Reference in New Issue
Block a user