Let me introduce myself
import Saad from "@saad/core"// -----------------------------------------------------------------------------type Props = {name: string;age: number;location: string;email: string;}export default function AboutMe(props: Props) {return (<Saad๐ง๐ป = { I'm Mrabet saรขd, a 27 years old programmer, from Tangier Morocco ๐ฒ๐ฆ. },๐ง๐ผโ๐ = { I got my bachelor's degree in Computer Engineering at 2021. },๐ฏ = {I enjoy being challenged and engaging with projects that require me to work outsidemy comfort zone and knowledge set, as continuing to learn new languages anddevelopment techniques.},๐ป = { I'm fluent in many programming languages, especially in Js/Ts & Python. },๐ = {My field of Interest are building new Web Technologies and Products and also inareas related Mobile application and Natural Language Processing.},๐ญ = {whenever possible, i also apply my passion for developing products with multipledifferent frameworks and technologies, like Django, React, Angular, Vite, Redux, Node.js ...}/>);}