Skip to content

Commit

Permalink
Updated docs website hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jul 29, 2024
1 parent 81a41e2 commit a32b517
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/src/pages/(sections)/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,14 @@ export const Hero = ({className}: {className?: string}) => {
<a
href="https://github.com/nlkitai/nlux"
target="_blank"><img
src={'https://img.shields.io/badge/Free%20%26%20Open%20Source-%2348c342'}/></a>
src={'https://img.shields.io/badge/Open%20Source-%2348c342'}/></a>
</Heading>
<div className={heroStyles.heroSubtitleContainer}>
<p className={clsx('hero__subtitle', heroStyles.heroSubtitleContent)}>
The <strong>Powerful</strong> Conversational AI<br/>
JavaScript Library
The <strong>Powerful</strong> AI Chat UI Library
</p>
</div>
<div className={heroStyles.adaptersShowcase}>
<div className={heroStyles.integrationsTitle}>
Available in
</div>
<div className={heroStyles.platformName}>
<img src={ReactJsLogo} alt="React JS Logo" width={40}/>
<h5 style={{textAlign: 'left'}}>React JS<br/>Components</h5>
Expand Down

0 comments on commit a32b517

Please sign in to comment.