Create next-js-frontend-footer-menu.json

This commit is contained in:
basstian-ai 2025-05-20 17:00:30 +02:00 committed by GitHub
parent 7bf068f354
commit 206b555194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
{
"items": [
{ "title": "Contact", "url": "/contact" },
{ "title": "Terms", "url": "/terms" }
]
}