Easily deploy and embed AI across your business.
' + ); + const cta = text('CTA Label', 'Try Today'); + const ctaType = select('CTA Type', ctaTypes, ctaTypes[0]); + const tocLayout = boolean('Render in TOC', false); + const hasImage = boolean('Has Image', true); + return { + heading, + body, + cta, + ctaType, + tocLayout, + hasImage, + }; + }, + }, + }, + + decorators: [ + (story, { args }) => { + return html` +