feat: implement skill management system with Prisma schema, admin dashboard, and server actions

This commit is contained in:
Yolando
2026-04-03 18:01:28 +07:00
parent 9f3510df8f
commit e511a50021
4 changed files with 339 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ export function ProjectsSection({ initialProjects }: { initialProjects?: any[] }
<div className="max-w-6xl mx-auto px-6">
<AnimatedSection>
<SectionHeading
badge={t("badge")}
title={t("title")}
subtitle={t("subtitle")}
/>