AI Analysis and Content Strategy fixes. Enhanced Strategy Routes refactoring.
This commit is contained in:
30
frontend/src/utils/walkthroughs/campaignCreatorSteps.ts
Normal file
30
frontend/src/utils/walkthroughs/campaignCreatorSteps.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { Step } from 'react-joyride';
|
||||
|
||||
export const campaignCreatorSteps: Step[] = [
|
||||
{
|
||||
target: 'body',
|
||||
content: 'Welcome to the Campaign Creator! Let’s 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',
|
||||
},
|
||||
];
|
||||
30
frontend/src/utils/walkthroughs/productMarketingSteps.ts
Normal file
30
frontend/src/utils/walkthroughs/productMarketingSteps.ts
Normal 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',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user