Skip to content

Commit

Permalink
Update landing page text and images
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Nov 10, 2023
1 parent 13894fa commit e007382
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 208 deletions.
24 changes: 4 additions & 20 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ const config = {
position: 'right',
items: [
{
label: 'EventGPT',
href: 'https://docs.airt.ai',
},
{
label: 'FastStream',
label: 'FastStream framework',
href: 'https://faststream.airt.ai',
}
]
Expand All @@ -99,11 +95,7 @@ const config = {
{
label: 'Material for nbdev',
href: 'https://nbdev-mkdocs.airt.ai',
},
{
label: 'Docstring-gen',
href: 'https://docstring-gen.airt.ai',
},
}
]
},
{to: 'news', label: 'News', position: 'right', className: "styled-item"},
Expand Down Expand Up @@ -186,11 +178,7 @@ const config = {
title: 'EXPLORE PRODUCTS',
items: [
{
label: 'EventGPT',
href: 'https://docs.airt.ai',
},
{
label: 'FastStream',
label: 'FastStream framework',
href: 'https://faststream.airt.ai',
}
],
Expand All @@ -205,11 +193,7 @@ const config = {
{
label: 'Material for nbdev',
href: 'https://nbdev-mkdocs.airt.ai',
},
{
label: 'Docstring-gen',
href: 'https://docstring-gen.airt.ai',
},
}
],
},
{
Expand Down
6 changes: 2 additions & 4 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const FeatureList = [
src: 'img/bleeding-edge-technology.svg',
description: (
<>
Incorporated GPT-based model that predicts future events to be streamed, and outperforms
all other alternatives (SOTA results against IBM and Google).
Autonomous AI agents for rapid development and deployment of microservices. From problem in plain English to deployable solution in a matter of minutes.
</>
),
},
Expand All @@ -31,8 +30,7 @@ const FeatureList = [
src: 'img/driving-impact-with-deep-learning.svg',
description: (
<>
Our model can be used for both standard business predictive analytics and automatic
regression and stress testing of the system.
Incorporated GPT-based model that predicts future events to be streamed, and outperforms all other alternatives (SOTA results against IBM and Google).
</>
),
},
Expand Down
Loading

0 comments on commit e007382

Please sign in to comment.