Service page upgrade

This commit is contained in:
2025-08-28 13:35:13 +02:00
parent 035d17b3ac
commit 6f1f18199d
8 changed files with 1129 additions and 993 deletions

6
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.