feat(docs): upgrade installation, dashboard, and certificate request guides with premium UI and assets

This commit is contained in:
dyzulk
2026-01-08 17:29:59 +07:00
parent 696a4c53d1
commit 03355781be
25 changed files with 1600 additions and 201 deletions

5
pages/_app.tsx Normal file
View File

@@ -0,0 +1,5 @@
import '../styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}