Skip to content

Commit e677f49

Browse files
authored
Improve title & subtitle (#271)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent 7aa6b15 commit e677f49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ const FeatureList = [
6767
),
6868
},
6969
{
70-
title: 'AI & realtime insights with Netdata',
70+
title: 'Realtime insights with Netdata',
7171
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
7272
description: (
7373
<>
74-
Netdata is revolutionizing the world of real-time monitoring, offering an unparalleled experience in tracking system performance and health. This powerful tool provides instant insights, ensuring you're always one step ahead in identifying and resolving issues. With its user-friendly interface, Netdata makes monitoring accessible to everyone, regardless of technical expertise.
74+
Netdata is revolutionizing the world of realtime monitoring, offering an unparalleled experience in tracking system performance and health. This powerful tool provides instant insights, ensuring you're always one step ahead in identifying and resolving issues. With its user-friendly interface, Netdata makes monitoring accessible to everyone, regardless of technical expertise.
7575
</>
7676
),
7777
},

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function HomepageHeader() {
1212
return (
1313
<header className={clsx('hero hero--primary', styles.heroBanner)}>
1414
<div className="container">
15-
<h1 className="hero__title">Get your data center ready for the multi-cloud era</h1>
16-
<p className="hero__subtitle">OSISM provides production-grade OpenStack, Ceph & Kubernetes for ISVs, service providers & enterprises</p>
15+
<h1 className="osism__title">Get your data center ready for the AI & multi-cloud era</h1>
16+
<p className="osism__subtitle">OSISM provides production-grade cloud infrastructure based on OpenStack for enterprises, service providers & ISVs</p>
1717
</div>
1818
</header>
1919
);

0 commit comments

Comments
 (0)