const NAME = 'Hmad Afzal';
const about = [
{
education: 'Artificial Intelligence student',
experience: '3+ years',
specialization: 'Modern web technologies',
expertise: 'Full Stack development',
achievements: [
'Successfully completed various projects for different clients',
'Consistently delivered high-quality web applications'
],
passion: 'Contributing to meaningful projects aligned with personal values and aspirations',
openTo: 'Collaborating on innovative ideas'
}
]
let location = 'Bahawalpur, Pakistan';
let hobbies = [
'Programming',
'Eating',
'Powerlifting',
'mma & boxing'
// 'Sleeping'
];
Hmad Afzal