feat: add animated text hover effect to home headline

- Created TextHoverEffect component with animated gradient mask and stroke drawing
- Replaced static H1 title with interactive HomeHeadline component featuring auto-looping animation
- Enhanced visual appeal with cyan gradient glow and smooth reveal effects
This commit is contained in:
2025-11-12 16:19:17 +01:00
parent 37d4371288
commit 7a0675a408
3 changed files with 156 additions and 11 deletions

View File

@@ -2,30 +2,26 @@
import { Button } from "@/components/Button";
import { Spotlight } from "@/components/ui/spotlight";
import { GridBlink } from "@/components/ui/GridBlink";
import { H1, H4, H5 } from "@/components/Texts";
import { HomeHeadline } from "@/components/HomeHeadline";
export function HomeBlink({ onGetStartedClick }: { onGetStartedClick: () => void }) {
return (
<div className="px-4">
<div className="relative mx-auto max-w-7xl border border-t-0 border-gray-100 bg-white overflow-hidden py-24 lg:py-32">
{/* ✅ Animated blinking grid */}
<GridBlink />
{/* ✅ Cyan Radial Glow */}
<svg
viewBox="0 0 1024 1024"
aria-hidden="true"
className="absolute top-full left-1/2 w-7xl h-520 -translate-x-1/2 -translate-y-1/2 mask-image mask-[radial-gradient(circle,white,transparent)]"
className="absolute top-full left-1/2 w-7xl h-720 -translate-x-1/2 -translate-y-1/2 mask-image mask-[radial-gradient(circle,white,transparent)]"
>
<circle
r={512}
cx={512}
cy={512}
fill="url(#mycelium-cyan-glow)"
fillOpacity="0.1"
fillOpacity="0.2"
/>
<defs>
<radialGradient id="mycelium-cyan-glow">
@@ -39,10 +35,8 @@ export function HomeBlink({ onGetStartedClick }: { onGetStartedClick: () => void
<Spotlight className="-top-40 left-0 md:-top-20 md:left-60" />
<div className="relative z-10 mx-auto w-full max-w-7xl p-4 md:pt-0">
<H1 className="text-black text-center font-bold tracking-wide">
MYCELIUM
</H1>
<H4 className="text-center mt-4">The Living Network of the Next Internet</H4>
<HomeHeadline />
<H4 className="text-center mt-8">The Living Network of the Next Internet</H4>
<H5 className="mx-auto mt-6 max-w-4xl text-center font-normal text-neutral-500">
A new internet is emerging private, distributed, and self-sovereign.