feat(admin): nextplacement name changed
This commit is contained in:
@@ -82,7 +82,7 @@ export default function MainLayout({ children }: { children: React.ReactNode })
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<span className="font-extrabold text-2xl tracking-tight text-gray-800 group-hover:text-gray-900 transition-colors duration-200">
|
||||
NextPlacement
|
||||
Placement Portal
|
||||
</span>
|
||||
<span className="text-xs text-gray-500 font-medium -mt-1">Admin Portal</span>
|
||||
</div>
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function MainLayout({ children }: { children: React.ReactNode })
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<span className="font-extrabold text-2xl tracking-tight bg-gradient-to-r from-blue-600 to-indigo-600 bg-clip-text text-transparent group-hover:from-blue-700 group-hover:to-indigo-700 transition-all duration-200">
|
||||
NextPlacement
|
||||
Placement Portal
|
||||
</span>
|
||||
<span className="text-xs text-blue-600 font-medium -mt-1">Student Portal</span>
|
||||
</div>
|
||||
|
||||
@@ -364,7 +364,7 @@ export default async function DashboardPage() {
|
||||
<div className="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
|
||||
<h2 className="text-4xl font-bold mb-6">Ready to Start Your Career Journey?</h2>
|
||||
<p className="text-xl text-blue-100 mb-8">
|
||||
Join thousands of students who have found their dream jobs through NextPlacement
|
||||
Join thousands of students who have found their dream jobs through Placement Portal
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<Link href="/profile">
|
||||
|
||||
@@ -219,7 +219,7 @@ export default function StudentRegistrationForm() {
|
||||
|
||||
{/* Welcoming heading - now always at the top */}
|
||||
<div className="w-full text-center mb-8 z-10">
|
||||
<h1 className="text-4xl font-extrabold text-primary drop-shadow-sm tracking-tight mb-2">Welcome to NextPlacement</h1>
|
||||
<h1 className="text-4xl font-extrabold text-primary drop-shadow-sm tracking-tight mb-2">Welcome to Placement Portal</h1>
|
||||
<p className="text-lg text-gray-500 max-w-xl mx-auto">Register below to get started with your placement journey. Fill in your details step by step and let your career take off!</p>
|
||||
</div>
|
||||
<div className="max-w-4xl w-full mx-auto px-4 z-10">
|
||||
|
||||
Reference in New Issue
Block a user