Skip to content
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
6 changes: 4 additions & 2 deletions opsimate-docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ sidebar_position: 1

<div className="hero-banner">
<div className="hero-content">
<h1 className="hero-title">Simplify Your Infrastructure Management</h1>
<p className="hero-subtitle">One platform to monitor, manage, and optimize your entire infrastructure</p>

<p>
One platform to monitor, manage, and optimize your entire infrastructure
</p>
</div>
</div>

Expand Down
11 changes: 5 additions & 6 deletions opsimate-docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ export default function Home() {
<main className={styles.hero}>
<div className="container">
<div className={styles.heroContent}>
<h1 className={styles.heroTitle}>Welcome to OpsiMate</h1>
<p className={styles.heroSubtitle}>Simplify Your Infrastructure Management</p>
<p className={styles.heroDescription}>
One platform to monitor, manage, and optimize your entire infrastructure
</p>
</div>
<h1 className={styles.heroTitle}>Welcome to OpsiMate</h1>
<p className={styles.heroSubtitle}>
One platform to monitor, manage, and optimize your entire infrastructure
</p>
</div>

{/* Feature Cards Section */}
<div className={styles.featuresSection}>
Expand Down
11 changes: 5 additions & 6 deletions opsimate-docs/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
color: white;
}

.heroSubtitle {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 1rem;
color: #e3f2fd;
}
css.heroSubtitle {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 1rem;
color: #aeb4e7;}

.heroDescription {
font-size: 1.1rem;
Expand Down
30 changes: 29 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.