diff --git a/src/lib/constants/about.ts b/src/lib/constants/about.ts index 4d1fc9e..0a736d8 100644 --- a/src/lib/constants/about.ts +++ b/src/lib/constants/about.ts @@ -22,13 +22,13 @@ export const activities: Item[] = [ icon: Globe, title: "Web Development", description: - "This is what I have been doing for a living for almost 7 years. I've worked on projects from Python, to Java EE, Spring Framework, .NET and a whole lot of the jungle of the Javascript/Typescript ecosystem.", + "I have been doing this for a living for almost 7 years. I've worked on projects from Python, to Java EE, Spring Framework, .NET and a whole lot of the jungle of the Javascript/Typescript ecosystem.", }, { icon: Gamepad2, title: "Game Development", description: - "I've worked in both Unity and Godot, I hope to build my own engine and/or become a contributor! It's a hobby I do out of passion and inspiration. Save the animals!", + "I've worked in both Unity and Godot, I hope to build my own engine and/or become a contributor! It's a hobby I do out of passion and inspiration.", }, { icon: BicepsFlexed, @@ -40,6 +40,6 @@ export const activities: Item[] = [ icon: Braces, title: "Linux Ricing", description: - "Not just a hobby, it's a lifestyle. It's a Pandora's box of taking back control of your tech life, and be warned, it doesn't end with just your desktop.", + "Not just a hobby, it's a lifestyle. A Pandora's box of taking back control of your tech life, and be warned, it doesn't end with just your desktop.", }, ];