Update personal description in Index component for a more casual tone

This commit is contained in:
2025-01-24 18:53:38 +01:00
parent 7fd693b58a
commit 66ab0876cc

View File

@@ -86,7 +86,7 @@ export default function Index() {
Developer & Gamer Developer & Gamer
</span> </span>
<p className="text-xl text-gray-300"> <p className="text-xl text-gray-300">
Building digital experiences ✨ Self-proclaimed Dev
</p> </p>
</div> </div>
</div> </div>
@@ -132,10 +132,6 @@ export default function Index() {
<span className="text-2xl">🛠</span> <span className="text-2xl">🛠</span>
<span>Builder at Heart</span> <span>Builder at Heart</span>
</div> </div>
<div className="flex items-center gap-3 text-gray-300 hover:text-blue-400 transition-colors">
<span className="text-2xl">🐕</span>
<span>Dog Dad to Charly</span>
</div>
</div> </div>
</div> </div>
</div> </div>