patch: Updated Hero text

This commit is contained in:
2026-01-27 16:00:55 +00:00
parent fa7d397018
commit 8bf0e66b11

View File

@@ -15,14 +15,15 @@ const Hero: React.FC = () => {
</div> </div>
<h1 className="text-5xl lg:text-7xl font-display font-bold leading-tight tracking-tight text-white"> <h1 className="text-5xl lg:text-7xl font-display font-bold leading-tight tracking-tight text-white">
Unlock Apps with <br />
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-emerald-400"> <span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-emerald-400">
Knowledge Stop Doomscrolling
</span> </span>
Until You Study<br />
</h1> </h1>
<p className="text-lg text-gray-400 max-w-2xl mx-auto lg:mx-0 leading-relaxed"> <p className="text-lg text-gray-400 max-w-2xl mx-auto lg:mx-0 leading-relaxed">
Stop doom-scrolling and start learning. Nemia blocks distracting apps on Android until you complete your daily study goals. Master anything with scientifically-backed spaced repetition and cloud sync. Stop doom scrolling and start learning. Nemia blocks distracting apps until you complete your daily study goals using scientifically-backed spaced repetition.
</p> </p>
<form <form
@@ -111,4 +112,4 @@ const Hero: React.FC = () => {
); );
}; };
export default Hero; export default Hero;