update copies from feedback

This commit is contained in:
Faisal Amir 2024-03-13 15:00:58 +07:00
parent 50983e1a23
commit d60f31875d

View File

@ -46,7 +46,7 @@ export default function Home() {
Rethink the Computer Rethink the Computer
</h1> </h1>
<p className="text-2xl -mt-1 leading-relaxed text-black/60 dark:text-white/60"> <p className="text-2xl -mt-1 leading-relaxed text-black/60 dark:text-white/60">
Turn your computer into a{' '} Turn your computer into an{' '}
<span className="text-black dark:text-white font-semibold"> <span className="text-black dark:text-white font-semibold">
AI machine AI machine
</span> </span>
@ -64,10 +64,7 @@ export default function Home() {
)} )}
</div> </div>
<p className="mt-6 text-black/60 dark:text-white/60"> <p className="mt-6 text-black/60 dark:text-white/60">
<span className="text-blue-500 font-bold dark:text-blue-500"> 400K+ Downloads | Free & Open Source
400K+
</span>{' '}
downloads | Free & Open Source
</p> </p>
<div className="w-4/5 mx-auto mt-10"> <div className="w-4/5 mx-auto mt-10">
@ -485,10 +482,7 @@ export default function Home() {
<Dropdown /> <Dropdown />
)} )}
<p className="mt-6 text-zinc-text-black/60 dark:text-white/60"> <p className="mt-6 text-zinc-text-black/60 dark:text-white/60">
<span className="text-blue-500 font-bold dark:text-blue-500"> 400K+ Downloads | Free & Open Source
400K+
</span>{' '}
downloads | Free & Open Source
</p> </p>
</div> </div>
</div> </div>