updated campaignX page data
This commit is contained in:
@@ -8,34 +8,29 @@
|
||||
import React from 'react';
|
||||
import { motion } from 'framer-motion';
|
||||
import {
|
||||
Rocket, Sparkles, Target, BarChart3, Bot, Layers, Send, Clock,
|
||||
Rocket, Sparkles, Share2, PenLine, ImagePlus, History, Clock,
|
||||
} from 'lucide-react';
|
||||
|
||||
const UPCOMING = [
|
||||
{
|
||||
icon: Target,
|
||||
title: 'Multi-Channel Campaign Orchestration',
|
||||
desc: 'Design once and launch across email, SMS, social and ads from a single canvas — with audience targeting baked in.',
|
||||
icon: Share2,
|
||||
title: 'Connect Your Social Media',
|
||||
desc: 'Link your social accounts in a few clicks and manage every channel from one place — no more juggling logins.',
|
||||
},
|
||||
{
|
||||
icon: Bot,
|
||||
title: 'AI Campaign Copilot',
|
||||
desc: 'Generate copy, subject lines and creative variants instantly, then let the assistant recommend the best-performing mix.',
|
||||
icon: PenLine,
|
||||
title: 'Create & Publish Posts',
|
||||
desc: 'Compose posts with captions, text and images, then publish straight to your connected social channels.',
|
||||
},
|
||||
{
|
||||
icon: Layers,
|
||||
title: 'Visual Journey Builder',
|
||||
desc: 'Drag-and-drop branching journeys with triggers, delays and conditions to nurture every lead automatically.',
|
||||
icon: ImagePlus,
|
||||
title: 'AI Image Generation',
|
||||
desc: 'Turn a simple prompt into eye-catching visuals — generate on-brand images for your posts without leaving CampaignX.',
|
||||
},
|
||||
{
|
||||
icon: Send,
|
||||
title: 'Smart Send-Time Optimization',
|
||||
desc: 'CampaignX learns when each contact is most likely to engage and schedules delivery for peak response.',
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: 'Real-Time Performance Analytics',
|
||||
desc: 'Track opens, clicks, conversions and ROI live, with attribution that ties revenue back to every touchpoint.',
|
||||
icon: History,
|
||||
title: 'Post History',
|
||||
desc: 'Browse everything you’ve shared in one timeline, revisit past posts and keep track of what you’ve published.',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -69,9 +64,9 @@ export default function CampaignXComingSoon() {
|
||||
Campaign<span className="text-amber-500">X</span>
|
||||
</h1>
|
||||
<p className="mt-4 text-base sm:text-lg text-zinc-600 dark:text-zinc-400 max-w-2xl mx-auto leading-relaxed">
|
||||
Your next-generation marketing command center. CampaignX brings every channel,
|
||||
audience and automation into one intelligent workspace — so you can launch
|
||||
smarter campaigns and turn more leads into jobs.
|
||||
Your all-in-one social media command center. CampaignX lets you connect every
|
||||
social account, create and publish posts with AI-generated images, and track
|
||||
your post history — all from one intelligent workspace.
|
||||
</p>
|
||||
|
||||
<div className="mt-6 inline-flex items-center gap-2 text-sm text-zinc-400 dark:text-zinc-500">
|
||||
|
||||
Reference in New Issue
Block a user