diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 90c16ab..d9079b5 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -4,29 +4,30 @@ import { AppLogo } from '@/components/core/AppLogo'; import Link from "next/link"; export default function LoginPage() { - return ( -
- - -
- -
- Welcome Back - Sign in to access your VividCDN account. -
- - - -
- -
- ); + return ( +
+ + +
+ + Privacy Policy + + · + + Legal + +
+ Welcome Back + Sign in to access your VividCDN account. +
+ + + +
+
+ ); } + + + +