Skip to content

Improve title & subtitle #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ const FeatureList = [
),
},
{
title: 'AI & realtime insights with Netdata',
title: 'Realtime insights with Netdata',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
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.
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.
</>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">Get your data center ready for the multi-cloud era</h1>
<p className="hero__subtitle">OSISM provides production-grade OpenStack, Ceph & Kubernetes for ISVs, service providers & enterprises</p>
<h1 className="osism__title">Get your data center ready for the AI & multi-cloud era</h1>
<p className="osism__subtitle">OSISM provides production-grade cloud infrastructure based on OpenStack for enterprises, service providers & ISVs</p>
</div>
</header>
);
Expand Down