const about_me = () => {
const profile = {
name: "Elvira Firmansyah",
pronouns: "she" | "her",
nation: "Indonesia",
site: "https://elvira.vercel.app"
}
return (
<p>{`Hello, I'm ${profile.name}. I am a Web developer & UI/UX Designer from ${profile.nation}. Check it out my ${profile.site}`}</p>
)
}
export default about_me;
working on my personal project
Contact me if you have same interesting or some questions!