AI Analysis and Content Strategy fixes. Enhanced Strategy Routes refactoring.

This commit is contained in:
ajaysi
2026-01-10 19:32:50 +05:30
parent 0b63ae7fc1
commit 8193cdba67
298 changed files with 45678 additions and 10952 deletions

View File

@@ -0,0 +1,30 @@
import { Step } from 'react-joyride';
export const campaignCreatorSteps: Step[] = [
{
target: 'body',
content: 'Welcome to the Campaign Creator! Lets cover the essentials in under a minute.',
disableBeacon: true,
placement: 'center',
},
{
target: '[data-tour="cc-recommendations"]',
content: 'Start with AI recommendations tailored to your industry, style, and platforms.',
placement: 'bottom',
},
{
target: '[data-tour="cc-journeys"]',
content: 'Pick a journey: launch a campaign, audit assets, or go straight to a studio.',
placement: 'top',
},
{
target: '[data-tour="quick-actions"]',
content: 'Quick actions for creating campaigns or auditing existing assets.',
placement: 'top',
},
{
target: '[data-tour="active-campaigns"]',
content: 'Monitor active campaigns and jump back into proposals or asset generation.',
placement: 'top',
},
];

View File

@@ -0,0 +1,30 @@
import { Step } from 'react-joyride';
export const productMarketingSteps: Step[] = [
{
target: 'body',
content: 'Welcome! This short tour shows how to generate product assets fast.',
disableBeacon: true,
placement: 'center',
},
{
target: '[data-tour="pm-recommendations"]',
content: 'Personalized picks based on your onboarding—templates, platforms, and quick starts.',
placement: 'bottom',
},
{
target: '[data-tour="pm-product-grid"]',
content: 'Jump into product studios: animations, videos, and avatars tailored to your brand.',
placement: 'top',
},
{
target: '[data-tour="quick-actions"]',
content: 'Quick actions to create a campaign or audit existing assets without extra steps.',
placement: 'top',
},
{
target: '[data-tour="active-campaigns"]',
content: 'Track active campaigns and reopen proposals or assets from here.',
placement: 'top',
},
];