|
1 | 1 | {
|
2 |
| - "contributors_section": { |
3 |
| - "title": "Contributors", |
4 |
| - "main_paragraph": "We are grateful to the many developers who have contributed to the development of the various projects that help make up React ChatBotify, as well as authors of themes & plugins who contribute to the available contents today. Your involvement helps keep the platform dynamic and relevant. The list of contributors can be found on the project repositories.", |
5 |
| - "how_to_contribute_title": "How To Contribute", |
6 |
| - "how_to_contribute_body_text.1": "Want to contribute to React ChatBotify Gallery? We welcome your involvement! Whether you're submitting a new theme, improving existing plugins, or contributing code, your input helps us grow. ", |
7 |
| - "how_to_contribute_body_text.2": "Visit our GitHub repositories", |
8 |
| - "how_to_contribute_body_text.3": " for contribution guidelines and to get started.", |
9 |
| - "contact_us_title": "Contact Us", |
10 |
| - "contact_us_body_text.1": "Have questions or want to get in touch? Reach out to us via ", |
11 |
| - "contact_us_body_text.2": "Discord", |
12 |
| - "contact_us_body_text.3": " and stay in touch with the latest updates and community news!" |
13 |
| - }, |
| 2 | + "essentials": { |
| 3 | + "name" : "React ChatBotify" |
| 4 | + }, |
| 5 | + |
14 | 6 | "features_section": {
|
15 | 7 | "title": "What separates us from the rest",
|
16 | 8 | "heading.1": "We envision a vibrant community where creativity and collaboration thrive, enabling chatbots to become more customizable and accessible for everyone.",
|
|
49 | 41 | }
|
50 | 42 | ]
|
51 | 43 | },
|
| 44 | + "primary_features_section": { |
| 45 | + "title": "Awesome features straight out the box", |
| 46 | + "heading.1": "Modern chatbot with modern features from the get-go. Need something more specific? Check out our premade plugins or create a feature request via our Discord.", |
| 47 | + "features": [ |
| 48 | + { |
| 49 | + "heading": "Dark/light mode toggle", |
| 50 | + "description": "Easily fit your chatbot to common dark or light color themes", |
| 51 | + "actionText": "Try it" |
| 52 | + }, |
| 53 | + { |
| 54 | + "heading": "Premade themes", |
| 55 | + "description": "A growing selection of premade, free-to-use themes", |
| 56 | + "actionText": "Swap theme" |
| 57 | + }, |
| 58 | + { |
| 59 | + "heading": "Added functionality with plugins", |
| 60 | + "description": "Easily implement additional features with plugins", |
| 61 | + "actionText": "See example" |
| 62 | + }, |
| 63 | + { |
| 64 | + "heading": "LLM support out of the box", |
| 65 | + "description": "Implement AI functionality easily", |
| 66 | + "actionText": "View demo" |
| 67 | + } |
| 68 | + ] |
| 69 | + }, |
| 70 | + "contributors_section": { |
| 71 | + "title": "Projects & contributors", |
| 72 | + "heading.1": "We are grateful to the many developers who have contributed to the development of React ChatBotify Gallery, as well as authors of themes & plugins, to make the Gallery what it is today. Your involvement helps keep the platform dynamic and relevant.", |
| 73 | + "projects": [ |
| 74 | + { |
| 75 | + "title": "Gallery website", |
| 76 | + "description": "The very website you are currently visiting is designed and built by our own active community members." |
| 77 | + |
| 78 | + }, |
| 79 | + { |
| 80 | + "title": "Gallery website", |
| 81 | + "description": "The very website you are currently visiting is designed and built by our own active community members." |
| 82 | + } |
| 83 | + ], |
| 84 | + "GithubButton": "View in GitHub", |
| 85 | + "ContributionSubheading": "Want to contribute to this project?", |
| 86 | + "ReadMore": "Read More" |
| 87 | + }, |
| 88 | + |
| 89 | + "community_section": { |
| 90 | + "title" : "Our community", |
| 91 | + "heading.1": "Whether you’re submitting a new theme, improving existing plugins, or contributing code, your input helps us grow. Join the community, we welcome everyone with open arms. Just remember to be respectful: we are all humans after all.", |
| 92 | + "discord.heading": "Join our Discord", |
| 93 | + "discord.body_text": "Reach out to us via Discord and stay in touch with the latest updates and community news!", |
| 94 | + "github.heading": "Visit our GitHub", |
| 95 | + "github.body_text": "Go straight to the (open) source and see what we are up to on the code side of things" |
| 96 | + }, |
| 97 | + |
| 98 | + "testimonials_section": { |
| 99 | + "title": "What our users think", |
| 100 | + "heading.1": "We as builders and contributors are obviously biased, so here’s a few testimonials from our users. No paid partnerships, no marketing tricks—just honest-to-god thoughts from actual users." |
| 101 | + }, |
| 102 | + |
| 103 | + "sponsors_section": { |
| 104 | + "title": "Sponsored by these awesome people", |
| 105 | + "heading.1": "We offer an open-source solution and have lots of contributors but we all know that money runs this world and thus, also our project. This is where these awesome supporters come in and with the help of their generosity, we get to continue our mission.", |
| 106 | + "sponsor_cta": { |
| 107 | + "title": "Want to sponsor us?", |
| 108 | + "description": "We are always looking for more sponsors, be it individuals or companies. Every dollar helps and will be used to support this project.", |
| 109 | + "contact": "Contact us" |
| 110 | + } |
| 111 | + }, |
| 112 | + |
| 113 | + "final_cta": { |
| 114 | + "title": "Ready to build your own chatbot?", |
| 115 | + "heading.1": "Jump straight into our “Get started” guide or play around in our playground where there are no rules!", |
| 116 | + "primaryButton": "Get started", |
| 117 | + "secondaryButton": "Visit the playground" |
| 118 | + }, |
| 119 | + |
| 120 | + "footer": { |
| 121 | + "links": [ |
| 122 | + { |
| 123 | + "title" : "About us", |
| 124 | + "children": ["Team and contributors", "Sponsors"] |
| 125 | + }, |
| 126 | + { |
| 127 | + "title" : "How to contribute", |
| 128 | + "children": ["Getting started", "Open issues"] |
| 129 | + }, |
| 130 | + { |
| 131 | + "title" : "Legal", |
| 132 | + "children": ["Terms of service", "Privacy policy"] |
| 133 | + } |
| 134 | + ] |
| 135 | + }, |
| 136 | + |
52 | 137 | "benefits_section": {
|
53 | 138 | "title": "Benefits",
|
54 | 139 | "heading.1": "Save Time",
|
|
0 commit comments