Skip to content

Commit 310a656

Browse files
authored
Update SecureComm single-line rendering
1 parent acbd1a0 commit 310a656

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/landing/HeroSection.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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'}`}>

0 commit comments

Comments
 (0)