diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index 2b38626..3c53d74 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -48,33 +48,99 @@ export default function RegisterPage() { return ( -
- {showSessionModal ? ( -
- + {/* Background section wrapper */} +
+ {/* Pattern */} + + + {/* Colored blur */} +
)