Skip to content

Commit

Permalink
feat: add ai showcase in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Aug 16, 2023
1 parent ccae01a commit 49f032c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Binary file added assets/images/guide/welcome-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions src/blocks/plugins/welcome-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,20 @@ const WelcomeGuide = () => {
)
},
{
image: <img src={ window.themeisleGutenberg.assetsPath + '/images/guide/welcome-section.png' } />,
image: <img src={ window.themeisleGutenberg.assetsPath + '/images/guide/welcome-ai.png' } />,
content: (
<Fragment>
<h1 className="o-welcome-guide__heading">{ __( 'Create unique pages with the Section Block', 'otter-blocks' ) }</h1>
<p className="o-welcome-guide__text">{ __( 'Section Block allows you to create responsive sections with up to 6 columns that have advanced customization options.', 'otter-blocks' ) }</p>
<h1 className="o-welcome-guide__heading">{ __( 'Create amazing things in less time with AI', 'otter-blocks' ) }</h1>
<p className="o-welcome-guide__text">{ __( 'Supercharge your productivity with our new AI Block, which can generate forms for you in seconds. More features are coming soon.', 'otter-blocks' ) }</p>
</Fragment>
)
},
{
image: <img src={ window.themeisleGutenberg.assetsPath + '/images/guide/welcome-css.png' } />,
content: (
<Fragment>
<h1 className="o-welcome-guide__heading">{ __( 'Extend each block with more powerful features', 'otter-blocks' ) }</h1>
<p className="o-welcome-guide__text">{ __( 'Otter adds extra functionalities such as Custom CSS, Animations and Visibility Conditions to default and third party blocks.', 'otter-blocks' ) }</p>
</Fragment>
)
},
Expand Down

0 comments on commit 49f032c

Please sign in to comment.