256 lines
12 KiB
JavaScript
256 lines
12 KiB
JavaScript
export const SECTION_ITEMS = [
|
||
{ id: 'what-profile-is', label: 'What a profile is' },
|
||
{ id: 'profile-vs-group', label: 'Profile vs Group' },
|
||
{ id: 'profile-setup-basics', label: 'Profile setup basics' },
|
||
{ id: 'what-to-put-on-your-profile', label: 'What to put on your profile' },
|
||
{ id: 'profile-content-and-activity', label: 'Profile content and activity' },
|
||
{ id: 'best-practices', label: 'Best practices' },
|
||
{ id: 'common-mistakes', label: 'Common mistakes' },
|
||
{ id: 'faq', label: 'FAQ' },
|
||
{ id: 'troubleshooting', label: 'Troubleshooting' },
|
||
{ id: 'related-help', label: 'Related help' },
|
||
]
|
||
|
||
export const HERO_METRICS = [
|
||
{
|
||
label: 'Core role',
|
||
value: 'Personal public identity',
|
||
note: 'Your profile is the main place where other people understand who you are, what you make, and how you show up on Skinbase.',
|
||
},
|
||
{
|
||
label: 'What it shapes',
|
||
value: 'Trust and recognition',
|
||
note: 'A strong profile makes your work easier to recognize, your contributions easier to understand, and your creative identity easier to remember.',
|
||
},
|
||
{
|
||
label: 'Golden rule',
|
||
value: 'Keep it clear and current',
|
||
note: 'Profiles work best when they feel real, complete, and consistent with the kind of creator presence you want to build.',
|
||
},
|
||
]
|
||
|
||
export const WHAT_PROFILE_IS_ITEMS = [
|
||
{
|
||
title: 'Your profile is your personal identity',
|
||
body: 'A Skinbase profile represents you as an individual creator. It is the public-facing space where people connect your name, visual identity, and work together.',
|
||
},
|
||
{
|
||
title: 'Profiles are discoverability surfaces',
|
||
body: 'People use profiles to understand what you create, what kind of style or focus you have, and whether they want to follow your work more closely.',
|
||
},
|
||
{
|
||
title: 'Profiles can reflect more than one kind of contribution',
|
||
body: 'Your profile is not only about solo publishing. It can also help people understand your contributions, collaborations, and public activity across the platform.',
|
||
},
|
||
]
|
||
|
||
export const PROFILE_COMPARISON_COLUMNS = [
|
||
{ key: 'topic', label: 'Topic' },
|
||
{ key: 'profile', label: 'Profile' },
|
||
{ key: 'group', label: 'Group' },
|
||
]
|
||
|
||
export const PROFILE_COMPARISON_ROWS = [
|
||
{
|
||
id: 'identity',
|
||
topic: 'Identity',
|
||
profile: 'One person or individual creator identity.',
|
||
group: 'A shared identity for a team, collective, or collaborative project.',
|
||
},
|
||
{
|
||
id: 'purpose',
|
||
topic: 'Main purpose',
|
||
profile: 'Show who you are, what you make, and how you present yourself publicly.',
|
||
group: 'Represent shared publishing, shared operations, and collaborative creative activity.',
|
||
},
|
||
{
|
||
id: 'ownership',
|
||
topic: 'Who owns the space',
|
||
profile: 'You manage your own profile and personal identity choices.',
|
||
group: 'Multiple members may participate, depending on role and permissions.',
|
||
},
|
||
{
|
||
id: 'publishing',
|
||
topic: 'Publishing context',
|
||
profile: 'Personal work publishes under your own creator identity.',
|
||
group: 'Shared work publishes under the Group identity while still preserving individual credit where relevant.',
|
||
},
|
||
{
|
||
id: 'coexistence',
|
||
topic: 'How they coexist',
|
||
profile: 'Your profile remains your personal home base even when you collaborate elsewhere.',
|
||
group: 'A Group does not replace your profile. It adds a shared layer on top of your personal identity.',
|
||
},
|
||
]
|
||
|
||
export const SETUP_BASICS_ITEMS = [
|
||
{
|
||
title: 'Avatar and recognizable identity',
|
||
body: 'Choose a profile image that people can recognize easily. A strong avatar gives your work a clearer anchor across comments, follows, and content surfaces.',
|
||
},
|
||
{
|
||
title: 'Username and display identity',
|
||
body: 'Keep your identity naming clear and consistent so people do not have to guess whether the profile belongs to you, a project, or a Group.',
|
||
},
|
||
{
|
||
title: 'Bio and about text',
|
||
body: 'A short, memorable bio is usually better than a vague paragraph. Tell people what you create, what you care about, or what makes your perspective distinctive.',
|
||
},
|
||
{
|
||
title: 'Cover image and visual direction',
|
||
body: 'If your profile uses broader visual presentation elements, keep them aligned with the tone of your avatar, work, and overall identity.',
|
||
},
|
||
{
|
||
title: 'Useful links only',
|
||
body: 'If you add socials or external links, keep them relevant. Profiles feel stronger when the links support your creative identity instead of distracting from it.',
|
||
},
|
||
{
|
||
title: 'Visual consistency matters',
|
||
body: 'Your profile should feel like one person or one creator perspective, not a collection of unrelated identity choices thrown together over time.',
|
||
},
|
||
]
|
||
|
||
export const PROFILE_IMPROVEMENT_TIPS = [
|
||
'Use a recognizable avatar before you start publishing heavily.',
|
||
'Write a bio that says what you create or what kind of creative identity you want people to remember.',
|
||
'Keep your naming, visuals, and profile tone aligned across the page.',
|
||
'Treat profile setup as part of your creative presentation, not as a settings chore you can ignore forever.',
|
||
]
|
||
|
||
export const WHAT_TO_PUT_ITEMS = [
|
||
'A strong avatar that people can recognize quickly.',
|
||
'A concise bio that gives your profile personality and direction.',
|
||
'A clear sense of your creative focus, style, or themes.',
|
||
'Useful links only, especially if they support your work or identity directly.',
|
||
'Your strongest published work and the contributions you want people to notice first.',
|
||
'Branding or visual consistency that helps the profile feel intentional rather than random.',
|
||
]
|
||
|
||
export const PROFILE_CONTENT_ITEMS = [
|
||
{
|
||
title: 'Personal artworks',
|
||
body: 'Your profile can help people understand your personal published work and the direction of your creator identity over time.',
|
||
},
|
||
{
|
||
title: 'Contributions to Group work',
|
||
body: 'Even when work is published by a Group, your profile still matters because it helps people understand your personal role, authorship, and creative history.',
|
||
},
|
||
{
|
||
title: 'Cards, collections, and presentation surfaces',
|
||
body: 'As the platform grows, profiles can reflect more than one type of creative output. What matters most is whether the page still tells a coherent story about you.',
|
||
},
|
||
{
|
||
title: 'Activity and community visibility',
|
||
body: 'Profiles are not only static pages. They can also reflect how active you are, what you engage with, and how consistently you participate in the platform.',
|
||
},
|
||
]
|
||
|
||
export const BEST_PRACTICES = [
|
||
'Complete your profile early so your identity feels stronger from the beginning.',
|
||
'Keep your bio clear, real, and easy to remember.',
|
||
'Use an avatar people can recognize without effort.',
|
||
'Keep the profile active by publishing, contributing, and updating it when your direction changes.',
|
||
'Make your best work and strongest contributions easier to notice than low-value filler.',
|
||
'Separate personal identity from Group identity intentionally so viewers do not get confused about what belongs to whom.',
|
||
'Keep public information current instead of letting old links, old bios, or old visuals drift indefinitely.',
|
||
]
|
||
|
||
export const COMMON_MISTAKES = [
|
||
'Leaving the profile incomplete and expecting the work alone to explain who you are.',
|
||
'Confusing your personal profile with a Group identity and making the page feel unclear.',
|
||
'Using a weak, empty, or generic bio that gives people nothing to remember.',
|
||
'Letting the avatar, naming, and visual presentation feel inconsistent with each other.',
|
||
'Making it hard to notice your best work because the page feels cluttered or unfocused.',
|
||
'Keeping low-value or outdated public information visible long after it stops helping your creator identity.',
|
||
]
|
||
|
||
export const FAQ_ITEMS = [
|
||
{
|
||
question: 'What is my profile for?',
|
||
answer: 'Your profile is your personal identity and public presence on Skinbase. It helps people understand who you are, what you create, and how your work fits together.',
|
||
},
|
||
{
|
||
question: 'How is a profile different from a Group?',
|
||
answer: 'A profile represents one individual creator. A Group represents a shared team or collaborative identity. They can coexist without replacing each other.',
|
||
},
|
||
{
|
||
question: 'Can I still have a personal identity if I publish in Groups?',
|
||
answer: 'Yes. Group publishing does not erase your personal identity. Your profile still matters because it shows your individual presence and can help people understand your contributions.',
|
||
},
|
||
{
|
||
question: 'What should I add to my profile first?',
|
||
answer: 'Start with a recognizable avatar, a clear identity name, and a short bio that explains what you create or what kind of creative presence you want to build.',
|
||
},
|
||
{
|
||
question: 'Can my contributions to Group work still appear on my profile?',
|
||
answer: 'They can still reflect on you as a creator even when the work belongs to a Group. That is one reason your personal profile remains important in collaborative publishing.',
|
||
},
|
||
{
|
||
question: 'How do I make my profile look better?',
|
||
answer: 'Keep it simple, consistent, and real. Use a recognizable avatar, write a better bio, improve visual consistency, and make sure the strongest work is easier to notice than filler content.',
|
||
},
|
||
]
|
||
|
||
export const TROUBLESHOOTING_ITEMS = [
|
||
{
|
||
title: 'I don’t know what to put on my profile',
|
||
body: 'Start with the basics first: avatar, bio, identity focus, and the work you most want people to notice. A profile does not need to say everything at once.',
|
||
linkKey: 'profile_settings',
|
||
linkLabel: 'Open profile settings',
|
||
},
|
||
{
|
||
title: 'My profile feels empty',
|
||
body: 'An empty profile is often a publishing or activity problem rather than a design problem. Use Studio and Upload help if the real issue is that your public work is still too thin.',
|
||
linkKey: 'upload_help',
|
||
linkLabel: 'Read Upload help',
|
||
},
|
||
{
|
||
title: 'I want my Group work to still reflect on me',
|
||
body: 'That is exactly why profile identity still matters alongside Groups. Use the Groups guide to understand shared publishing, contributor credit, and identity separation more clearly.',
|
||
linkKey: 'groups_help',
|
||
linkLabel: 'Read Groups help',
|
||
},
|
||
{
|
||
title: 'I changed something and it doesn’t look right',
|
||
body: 'Review your avatar, naming, bio, and overall visual consistency together rather than changing one field at a time without checking the full profile impression.',
|
||
linkKey: 'profile_settings',
|
||
linkLabel: 'Return to profile settings',
|
||
},
|
||
{
|
||
title: 'I don’t understand profile vs Group publishing',
|
||
body: 'If you are not sure whether the public identity should be yours or a Group’s, start with the Groups guide. Publishing context is usually the missing piece.',
|
||
linkKey: 'groups_help',
|
||
linkLabel: 'Open Groups guide',
|
||
},
|
||
]
|
||
|
||
export const RELATED_HELP_ITEMS = [
|
||
{
|
||
eyebrow: 'Live help',
|
||
title: 'Groups help',
|
||
body: 'Use the Groups guide when the real question is how your personal profile should coexist with a shared identity and collaborative publishing.',
|
||
linkKey: 'groups_help',
|
||
tone: 'sky',
|
||
},
|
||
{
|
||
eyebrow: 'Live help',
|
||
title: 'Studio help',
|
||
body: 'Use the Studio guide when you need the wider creator-workspace context around drafts, publishing, and profile-facing creator operations.',
|
||
linkKey: 'studio_help',
|
||
tone: 'amber',
|
||
},
|
||
{
|
||
eyebrow: 'Live help',
|
||
title: 'Upload help',
|
||
body: 'Use the Upload guide if the profile feels thin because the real issue is getting more of your work published and presented well.',
|
||
linkKey: 'upload_help',
|
||
tone: 'white',
|
||
},
|
||
{
|
||
eyebrow: 'Live help',
|
||
title: 'Signup and login help',
|
||
body: 'Use the auth guide if the blocker is sign-in, registration, or access recovery before you can even update the profile properly.',
|
||
linkKey: 'help_auth',
|
||
tone: 'white',
|
||
},
|
||
] |