update hero

This commit is contained in:
2024-10-07 16:35:34 +02:00
parent ee940cc8e8
commit 554e5df039
9 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{
"/(main)/page": "app/(main)/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/features/page": "app/features/page.js",
"/(main)/page": "app/(main)/page.js",
"/community/page": "app/community/page.js"
}