diff --git a/app/about/page.tsx b/app/about/page.tsx index 9813119..7c1f7b3 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -9,18 +9,13 @@ export const metadata: Metadata = { "Learn more about Gabriel Kaszewski, his skills, and his journey as a developer.", }; -const hobbies = [ - "Programming 💻", - "Filmmaking 🎥", - "Gaming 🕹️", - "Playing guitar 🎸", -]; +const hobbies = ["Programming", "Filmmaking", "Gaming", "Playing guitar"]; const interests = [ - "Computer Science 💾", - "Sci-Fi Books📚", - "Astronomy 🔭", - "Sports 🏅", - "History 🏰", + "Computer Science", + "Sci-Fi Books", + "Astronomy", + "Sports", + "History", ]; const futureGoals = [ "Deepen my expertise in Rust for high-performance applications.", @@ -30,11 +25,11 @@ const futureGoals = [ const faqItems = [ { q: "How old were you when you started programming?", - a: "I was 11 years old 🧑‍💻.", + a: "I was 11 years old.", }, { q: "How did you learn programming?", - a: "I read books 📖 and practiced a lot.", + a: "I read books and practiced a lot.", }, { q: "Are you studying Computer Science?", @@ -42,15 +37,15 @@ const faqItems = [ }, { q: "Which programming language do you recommend for a beginner?", - a: "The language doesn't really matter, just choose one you like and dive in 🌊.", + a: "The language doesn't really matter, just choose one you like and dive in.", }, { q: "What was your first programming language?", - a: "My journey began with C++ 🖥️.", + a: "My journey began with C++.", }, { q: "What is your favorite programming language?", - a: "I enjoy writing in C, Rust, and Python 🐍. But Rust is the best 💖🦀", + a: "I enjoy writing in C, Rust, and Python. But Rust is the best", }, ]; @@ -82,15 +77,15 @@ const AboutPage = () => { className="object-cover rounded-md shadow-lg" priority /> -

Hello, I'm Gabriel! 👋

+

Hello, I'm Gabriel!

-

More info about me! 💡

+

More info about me!

Hi! I am Gabriel and I am {age} years old. I graduated in - Bioinformatics from the University of Gdańsk 🏫. I'm fluent in + Bioinformatics from the University of Gdańsk. I'm fluent in Polish and English and currently work as a Software Engineer at Choreograph.

@@ -124,7 +119,7 @@ const AboutPage = () => { className="not-prose flex flex-col sm:flex-row gap-8 mt-12" >
-

Hobbies 🎮🎸

+

Hobbies

{hobbies.map((hobby) => ( @@ -132,7 +127,7 @@ const AboutPage = () => {
-

Interests 🌌📚

+

Interests

{interests.map((interest) => ( @@ -142,7 +137,7 @@ const AboutPage = () => {
-

My Philosophy 🧠

+

My Philosophy

I believe much of today's software is bloated, inefficient, and disrespectful of the user's resources. My passion, which @@ -156,7 +151,7 @@ const AboutPage = () => {

-

My Toolkit 🛠️

+

My Toolkit

@@ -183,7 +178,7 @@ const AboutPage = () => {
-

Future Goals 🚀

+

Future Goals

I'm always eager to learn and grow. My goal is to continue honing my skills in backend development and system architecture. @@ -200,7 +195,7 @@ const AboutPage = () => {

-

FAQ ❓

+

FAQ

{faqItems.map((item) => (