class AboutMe {
final name = 'Ömer';
final title = 'Vibe Developer';
final location = 'Turkey 🇹🇷';
final skills = ['Mobile Development', 'AI'];
final social = {
'LinkedIn': 'https://www.linkedin.com/in/omergundgr',
'GitHub': 'https://github.com/ruwiss',
'YouTube': 'https://www.youtube.com/@hq_net'
};
}



