Skip to content

Commit 494e0f1

Browse files
authored
Update Index.tsx
1 parent c785cd1 commit 494e0f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ const Index = () => {
114114
an advocate for <span className="text-orange-400 font-semibold">Layer5</span> projects like Kanvas,
115115
I'm deeply involved in the cloud native ecosystem.
116116
</p>
117-
<p>But life’s not all code and containers.</p>
117+
<p className="text-lg text-blue-200 max-w-2xl mx-auto leading-relaxed">But life’s not all code and containers.</p>
118118
<p className="text-lg text-blue-100 leading-relaxed">
119119
When I'm not managing Kubernetes clusters or writing Go code, you'll find me
120120
hiking through Mexico's stunning landscapes or sharing my adventures with my beloved dogs.
121121
</p>
122122
</div>
123123
<div className="bg-gradient-to-br from-blue-800/50 to-orange-900/30 p-8 rounded-2xl border border-blue-500/20">
124124
<h3 className="text-2xl font-bold text-yellow-400 mb-6">What I Do</h3>
125-
<p>When I’m not deep in YAML or container logs...</p>
125+
<p className="text-lg text-blue-200 max-w-2xl mx-auto leading-relaxed" >When I’m not deep in YAML or container logs...</p>
126126

127127
<ul className="space-y-3 text-blue-100">
128128
<li className="flex items-center gap-3">

0 commit comments

Comments
 (0)