import LoginCard from "@/widgets/login/loginCard/Index"; import React from "react"; const page = () => { return ( <> {/* Fixed background overlay */}
{/* Fixed background overlay */}
{/* Login card centered on the screen */}
); }; export default page;