const teoSushi = {
status: "Coding Newbie",
location: "🌏 Earth",
currentlyLearning: ["HTML", "CSS", "JavaScript", "Python", "C++"],
goal: "Become a skilled developer by 2026",
hobbies: ["Coding", "Learning", "Problem Solving"]
};
const journey = [
{ date: "2025-01", achievement: "Started coding journey ⭐" },
{ date: "2025-02", achievement: "Built first HTML page ⭐" },
{ date: "2025-03", achievement: "Learned CSS basics ⭐" },
{ date: "2025-04", achievement: "Currently exploring JavaScript ⭐" }
];