add cert pages

This commit is contained in:
2025-11-12 08:49:18 -03:00
parent fa87cf3e07
commit 850f620f78
16 changed files with 271 additions and 203 deletions

View File

@@ -0,0 +1,7 @@
export function meta({}) {
return [{ title: 'Certificações' }]
}
export default function Route() {
return <>index org</>
}