feat: Add initial Next.js website for TelenetSystems, including core pages, components, and assets.

This commit is contained in:
1elle1
2026-02-05 11:48:56 +01:00
parent 7702605dac
commit abae2b3f21
65 changed files with 9969 additions and 0 deletions

7
website/next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;