Skip to content

Commit d89cbba

Browse files
authored
Merge pull request #92 from MohammadRehaanDev/fix/welcome-page-ui-72
fix(ui): improve welcome page title hierarchy and conciseness (Fixes …
2 parents 39a4ba5 + c59772e commit d89cbba

File tree

4 files changed

+43
-15
lines changed

4 files changed

+43
-15
lines changed

opsimate-docs/docs/intro.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ sidebar_position: 1
88

99
<div className="hero-banner">
1010
<div className="hero-content">
11-
<h1 className="hero-title">Simplify Your Infrastructure Management</h1>
12-
<p className="hero-subtitle">One platform to monitor, manage, and optimize your entire infrastructure</p>
11+
12+
<p>
13+
One platform to monitor, manage, and optimize your entire infrastructure
14+
</p>
1315
</div>
1416
</div>
1517

opsimate-docs/src/pages/index.jsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ export default function Home() {
9393
<main className={styles.hero}>
9494
<div className="container">
9595
<div className={styles.heroContent}>
96-
<h1 className={styles.heroTitle}>Welcome to OpsiMate</h1>
97-
<p className={styles.heroSubtitle}>Simplify Your Infrastructure Management</p>
98-
<p className={styles.heroDescription}>
99-
One platform to monitor, manage, and optimize your entire infrastructure
100-
</p>
101-
</div>
96+
<h1 className={styles.heroTitle}>Welcome to OpsiMate</h1>
97+
<p className={styles.heroSubtitle}>
98+
One platform to monitor, manage, and optimize your entire infrastructure
99+
</p>
100+
</div>
102101

103102
{/* Feature Cards Section */}
104103
<div className={styles.featuresSection}>

opsimate-docs/src/pages/index.module.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
color: white;
2929
}
3030

31-
.heroSubtitle {
32-
font-size: 1.5rem;
33-
font-weight: 400;
34-
margin-bottom: 1rem;
35-
color: #e3f2fd;
36-
}
31+
css.heroSubtitle {
32+
font-size: 1.5rem;
33+
font-weight: 400;
34+
margin-bottom: 1rem;
35+
color: #aeb4e7;}
3736

3837
.heroDescription {
3938
font-size: 1.1rem;

package-lock.json

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)