Skip to content

Commit c785cd1

Browse files
authored
Update Index.tsx
1 parent 5608205 commit c785cd1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/pages/Index.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Index = () => {
2727
},
2828
{
2929
title: "MeshMate",
30-
description: "I am a Layer5 MeshMate. I am an advocate for infrastructure management and visualization using <a href='docs.kanvas.new'>Kanvas</a> for cloud native applications.",
30+
description: "I am a Layer5 MeshMate. I am an advocate for infrastructure management and visualization using Kanvas for cloud native applications.",
3131
tech: ["Kanvas", "Infrastructure", "Visualization"]
3232
}
3333
];
@@ -37,7 +37,8 @@ const Index = () => {
3737
"Managing Infrastructure with Kanvas",
3838
"Contributing to Open Source Projects",
3939
"Kubernetes Best Practices",
40-
"Life with Dogs & Tech"
40+
"Life with Dogs",
41+
"Camping and hiking in Honduras countryside"
4142
];
4243

4344
return (
@@ -82,7 +83,7 @@ const Index = () => {
8283
<Button
8384
size="lg"
8485
variant="outline"
85-
className="border-yellow-500 text-yellow-400 hover:bg-yellow-500 hover:text-black transition-all duration-300"
86+
className="border-blue-500 text-blue-400 hover:bg-blue-500 hover:text-black transition-all duration-300"
8687
onClick={() => window.location.href = '/blog'}
8788
>
8889
Read Blog
@@ -121,8 +122,9 @@ const Index = () => {
121122
</div>
122123
<div className="bg-gradient-to-br from-blue-800/50 to-orange-900/30 p-8 rounded-2xl border border-blue-500/20">
123124
<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>
126+
124127
<ul className="space-y-3 text-blue-100">
125-
<p>When I’m not deep in YAML or container logs...</p>
126128
<li className="flex items-center gap-3">
127129
<div className="w-2 h-2 bg-yellow-400 rounded-full"></div>
128130
Run local tech meetup groups
@@ -222,7 +224,7 @@ const Index = () => {
222224
<h2 className="text-4xl font-bold mb-8 text-yellow-400">Let's Connect</h2>
223225
<p className="text-xl text-blue-200 mb-12 max-w-2xl mx-auto">
224226
Whether you want to discuss Kubernetes, open source contributions, or share hiking stories,
225-
I'd love to hear from you!
227+
¡Me encantaría saber de usted!
226228
</p>
227229
<div className="flex gap-6 justify-center">
228230
<Button

0 commit comments

Comments
 (0)