refactor: reduce spacing and adjust typography in CallToAction and NetworkDownload

- Changed paragraph spacing from mt-6 to mt-2 in CallToAction for tighter layout
- Reduced top margin on cards container from mt-10 to mt-8
- Replaced "Follow Development" Button with styled anchor link featuring underline and arrow
- Added hover effects with cyan color transition to new anchor link
- Reduced heading size in NetworkDownload from text-5xl/6xl to text-4xl/5xl
This commit is contained in:
2025-11-17 16:05:54 +01:00
parent 8b04b668b6
commit 828fe93f46
2 changed files with 11 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ export function NetworkDownload() {
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5 }}
className="text-5xl font-medium tracking-tight text-gray-900 lg:text-6xl"
className="text-4xl font-medium tracking-tight text-gray-900 lg:text-5xl"
>
Download Mycelium Network
</motion.h3>