diff --git a/app/(auth)/sign-in/page.tsx b/app/(auth)/sign-in/page.tsx index fb46add..cc5ce17 100644 --- a/app/(auth)/sign-in/page.tsx +++ b/app/(auth)/sign-in/page.tsx @@ -1,6 +1,9 @@ import Link from "next/link"; import { ArrowRight } from "lucide-react"; +import { AuthInput } from "@/components/auth/auth-input"; +import { OAuthButton } from "@/components/auth/oauth-button"; + export default function SignInPage() { return (
Don't have an account?{" "} diff --git a/app/(auth)/sign-up/page.tsx b/app/(auth)/sign-up/page.tsx index f31adb3..8567689 100644 --- a/app/(auth)/sign-up/page.tsx +++ b/app/(auth)/sign-up/page.tsx @@ -1,6 +1,9 @@ import Link from "next/link"; import { ArrowRight } from "lucide-react"; +import { AuthInput } from "@/components/auth/auth-input"; +import { OAuthButton } from "@/components/auth/oauth-button"; + export default function SignUpPage() { return (
- Must be at least 8 characters long. -
Already have an account?{" "} diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 6db3e19..19eb110 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -1,13 +1,8 @@ import Link from "next/link"; -import { - GraduationCap, - BookOpen, - FileText, - Sparkles, - ArrowRight, - Clock, - ChevronRight, -} from "lucide-react"; +import { GraduationCap, BookOpen, FileText, Sparkles } from "lucide-react"; + +import { QuickActionCard } from "@/components/dashboard/quick-action-card"; +import { RecentActivityCard } from "@/components/dashboard/recent-activity-card"; export default function DashboardPage() { return ( @@ -44,81 +39,34 @@ export default function DashboardPage() {
- Explore available institutions and branches. -
- Access detailed syllabus breakdowns. -
- Practice with past year questions. -
- Get instant help from the AI tutor. -
- RGPV • CSE • Semester 4 -
{hint}
+ {description} +
{subtitle}