☰
~/portfolio
📄
README.md
⚛️
about.tsx
⚛️
projects.tsx
🔷
skills.ts
portfolio
›
contact.json
loading.tsx
// contact.json — Send me a message
// Response time: usually within 24 hours
contact.json
1
{
2
"
name
"
:
"
"
,
3
"
email
"
:
"
"
,
4
"
subject
"
:
"
"
,
5
"
message
"
:
"
"
,
6
"
timestamp
"
:
""
7
}
> POST /api/contact HTTP/1.1