From 74a83b02deb10cb642f74a808659b0527e187fba Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Tue, 7 Jul 2026 23:21:35 +0530 Subject: [PATCH] added university section and chaged account icon --- app/(auth)/sign-in/page.tsx | 14 ++++---------- app/(auth)/sign-up/page.tsx | 29 +++++++++++++++++++---------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/app/(auth)/sign-in/page.tsx b/app/(auth)/sign-in/page.tsx index cac30f7..3342803 100644 --- a/app/(auth)/sign-in/page.tsx +++ b/app/(auth)/sign-in/page.tsx @@ -1,6 +1,5 @@ import Link from "next/link"; -import Image from "next/image"; -import { ArrowRight } from "lucide-react"; +import { User } from "lucide-react"; import { AuthInput } from "@/components/auth/auth-input"; import { OAuthButton } from "@/components/auth/oauth-button"; @@ -9,14 +8,9 @@ export default function SignInPage() { return (
-
- Logo +
+
+

Log in to Hyper Learning diff --git a/app/(auth)/sign-up/page.tsx b/app/(auth)/sign-up/page.tsx index 9ad5643..de96e83 100644 --- a/app/(auth)/sign-up/page.tsx +++ b/app/(auth)/sign-up/page.tsx @@ -1,6 +1,5 @@ import Link from "next/link"; -import Image from "next/image"; -import { ArrowRight } from "lucide-react"; +import { User } from "lucide-react"; import { AuthInput } from "@/components/auth/auth-input"; import { OAuthButton } from "@/components/auth/oauth-button"; @@ -15,18 +14,20 @@ const BRANCHES = branches.map((branch) => { return `${branch.name} (${acronym})`; }); +const UNIVERSITIES = [ + "Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV)", + "Dr. A.P.J. Abdul Kalam Technical University (AKTU)", + "Rajasthan Technical University (RTU)", + "Other", +]; + export default function SignUpPage() { return (
-
- Logo +
+
+

Create an account @@ -56,6 +57,14 @@ export default function SignUpPage() { placeholder="Email address" /> + +