Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:18:24 +00:00

View File

@@ -82,13 +82,12 @@ export default function LandingPage() {
{ icon: AlertCircle, title: "Reallocation: Rohan Kumar", status: "8 min ago" },
{ icon: CheckCircle, title: "Fatima Shaikh reassigned → Wipro", status: "9 min ago" }
],
className: "min-h-screen flex flex-col justify-center items-center relative overflow-hidden", containerClassName: "max-w-full px-4 md:px-8", dashboardClassName: "w-full mt-12 bg-[#1E293B] rounded-2xl border border-[#334155] p-6 shadow-2xl"
className: "min-h-screen flex flex-col justify-center items-center relative overflow-hidden", containerClassName: "max-w-full px-4 md:px-8", statClassName: "w-full mt-12 bg-[#1E293B] rounded-2xl border border-[#334155] p-6 shadow-2xl"
}}
className="min-h-screen flex flex-col justify-center items-center relative overflow-hidden"
containerClassName="max-w-full px-4 md:px-8"
titleClassName="text-4xl md:text-5xl font-bold text-white mb-4"
descriptionClassName="text-gray-300 text-lg md:text-xl mb-8 max-w-2xl"
dashboardClassName="w-full mt-12 bg-[#1E293B] rounded-2xl border border-[#334155] p-6 shadow-2xl"
/>
</div>
</ThemeProvider>