docs adjustments

This commit is contained in:
antonio
2024-06-09 17:01:20 +02:00
parent d51ae9cb89
commit 2720222048
13 changed files with 60 additions and 34 deletions

View File

@@ -3,8 +3,9 @@
flex-direction: column;
justify-content: center;
align-items: center;
height: 20rem;
height: 40rem;
text-align: center;
background: radial-gradient(rgb(1, 1, 77), black);
}
.hero img {

View File

@@ -13,10 +13,11 @@ function MainHeader() {
<header className={clsx('hero', styles.hero)}>
<img src="/img/logo.png" alt="Logo" />
<h1 className="hero-title">Welcome to LitLyx Docs</h1>
<h3 className="hero-title">One-Line Code Lightweight Analytics | AI Powered Analytics Dashboard</h3>
<Link
className="button button--secondary button--lg"
to="/intro">
Read Docs 🔥 | 3 min read
Go To Docs | 1 Min Read
</Link>
</header>
);
@@ -29,7 +30,6 @@ export default function Home(): JSX.Element {
description="LitLyx offers ultra-fast, real-time analytics and custom events with just one line of code. It seamlessly integrates with over 15 JavaScript/TypeScript frameworks. Designed for developers, it's also accessible to everyone from designers to investors, enhancing your projects with valuable insights.
">
<MainHeader />
<HomepageFeatures />
</Layout>
);
}