feat: add references and volunteer community sections with detailed content

This commit is contained in:
poyrazavsever
2026-03-10 20:53:31 +03:00
parent d732f9b1c3
commit d262b391c9
9 changed files with 302 additions and 36 deletions
+5
View File
@@ -0,0 +1,5 @@
import { VolunteerCommunityContent } from "@/components/volunteer-community-content";
export default function AboutVolunteerCommunityPage() {
return <VolunteerCommunityContent />;
}