feat: implement initial fullstack portfolio application including dashboard, CMS, and analytics features.

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-07 16:32:49 +07:00
commit bdd61d11d3
59 changed files with 11107 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export default function CMSPage() {
return (
<section className="min-h-[100vh] flex items-center justify-center p-4 relative overflow-hidden bg-background">
<h1>CMS</h1>
</section>
);
}