adding freelance section in home page and freelance page route

This commit is contained in:
2026-06-02 13:41:23 +02:00
parent 546a4f4e29
commit 198e5e8a31
5 changed files with 93 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
'use client';
export default function FreelancePage() {
return (
<div>
</div>
);
}