File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,9 @@ export default function HeroSection() {
6666 </ div >
6767 </ div >
6868
69- < h1 className = { `transition-all duration-1000 delay-300 ${ visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-8' } ` } >
70- < span className = "block text-6xl lg:text-8xl font-bold text-white leading-none tracking-tight mb-2" >
71- Secure
72- </ span >
73- < span className = "block text-6xl lg:text-8xl font-bold leading-none tracking-tight bg-gradient-to-r from-sky-400 via-cyan-300 to-emerald-400 bg-clip-text text-transparent" >
74- Comm
75- </ span >
69+ < h1 className = { `text-6xl lg:text-8xl font-bold leading-none tracking-tight whitespace-nowrap transition-all duration-1000 delay-300 ${ visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-8' } ` } >
70+ < span className = "text-white" > Secure</ span >
71+ < span className = "bg-gradient-to-r from-sky-400 via-cyan-300 to-emerald-400 bg-clip-text text-transparent" > Comm</ span >
7672 </ h1 >
7773
7874 < p className = { `mt-6 text-lg lg:text-xl text-slate-400 max-w-xl mx-auto leading-relaxed transition-all duration-1000 delay-500 ${ visible ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-8' } ` } >
You can’t perform that action at this time.
0 commit comments