feat: blog pubblico con filtri, paginazione e articolo

This commit is contained in:
2026-07-02 01:31:59 +02:00
parent e9840105a3
commit f3fb2fe005
4 changed files with 146 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export const CATEGORIES = [
'Articoli tecnici & scientifici',
'Contenuti educativi',
'LinkedIn / Insight',
'Eventi & Presidi',
] as const;